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