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