Struct Aspect
#[repr(transparent)]pub struct Aspect {
pub repr: u8,
}Fields§
§repr: u8Implementations§
§impl Aspect
impl Aspect
pub const ExtIntelPciAddress: Aspect
pub const ExtIntelPciAddress: Aspect
Indicates that the device supports the PciBdfAddress information descriptor.
pub const ExtOneapiIsIntegratedGpu: Aspect
pub const ExtOneapiIsIntegratedGpu: Aspect
Indicates that the implementation identifies this device as integrated GPU.
Trait Implementations§
impl Copy for Aspect
impl Eq for Aspect
impl StructuralPartialEq for Aspect
Auto Trait Implementations§
impl Freeze for Aspect
impl RefUnwindSafe for Aspect
impl Send for Aspect
impl Sync for Aspect
impl Unpin for Aspect
impl UnwindSafe for Aspect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more