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