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