pub enum PciDevicePower {
D0 = 0,
D3 = 3,
Unsupported = 255,
}Variants§
Trait Implementations§
Source§impl PartialEq for PciDevicePower
impl PartialEq for PciDevicePower
impl Eq for PciDevicePower
impl StructuralPartialEq for PciDevicePower
Auto Trait Implementations§
impl Freeze for PciDevicePower
impl RefUnwindSafe for PciDevicePower
impl Send for PciDevicePower
impl Sync for PciDevicePower
impl Unpin for PciDevicePower
impl UnwindSafe for PciDevicePower
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