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