#[repr(u8)]pub enum PdenComp {
POWEREDON = 0,
POWEREDOFF = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for PdenComp
impl Ord for PdenComp
Source§impl PartialOrd for PdenComp
impl PartialOrd for PdenComp
impl Copy for PdenComp
impl Eq for PdenComp
impl StructuralPartialEq for PdenComp
Auto Trait Implementations§
impl Freeze for PdenComp
impl RefUnwindSafe for PdenComp
impl Send for PdenComp
impl Sync for PdenComp
impl Unpin for PdenComp
impl UnwindSafe for PdenComp
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