Enum nvml_wrapper::enum_wrappers::device::P2pStatus
source · 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§
source§impl PartialEq for P2pStatus
impl PartialEq for P2pStatus
impl Eq for P2pStatus
impl StructuralPartialEq for P2pStatus
Auto Trait Implementations§
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