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