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