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