pub enum P2pStatus {
Ok,
ChipsetNotSupported,
GpuNotSupported,
IohTopologyNotSupported,
DisabledByRegkey,
NotSupported,
Unknown,
}
Expand description
P2P capability index status.
Variants§
Ok
ChipsetNotSupported
GpuNotSupported
IohTopologyNotSupported
DisabledByRegkey
NotSupported
Unknown
Implementations§
Trait Implementations§
impl Eq for P2pStatus
impl StructuralPartialEq for P2pStatus
Auto Trait Implementations§
impl Freeze for P2pStatus
impl RefUnwindSafe for P2pStatus
impl Send for P2pStatus
impl Sync for P2pStatus
impl Unpin for P2pStatus
impl UnwindSafe for P2pStatus
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