pub enum SDIOSUSPEND_A {
Disabled = 0,
Enabled = 1,
}
Expand description
SD I/O suspend command
Value on reset: 0
Variants§
Disabled = 0
0: Next command is not a SDIO suspend command
Enabled = 1
1: Next command send is a SDIO suspend command
Trait Implementations§
Source§impl Clone for SDIOSUSPEND_A
impl Clone for SDIOSUSPEND_A
Source§fn clone(&self) -> SDIOSUSPEND_A
fn clone(&self) -> SDIOSUSPEND_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SDIOSUSPEND_A
impl Debug for SDIOSUSPEND_A
Source§impl PartialEq for SDIOSUSPEND_A
impl PartialEq for SDIOSUSPEND_A
impl Copy for SDIOSUSPEND_A
impl StructuralPartialEq for SDIOSUSPEND_A
Auto Trait Implementations§
impl Freeze for SDIOSUSPEND_A
impl RefUnwindSafe for SDIOSUSPEND_A
impl Send for SDIOSUSPEND_A
impl Sync for SDIOSUSPEND_A
impl Unpin for SDIOSUSPEND_A
impl UnwindSafe for SDIOSUSPEND_A
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