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