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