pub enum SDIOSUSPEND_A {
Disabled,
Enabled,
}
Expand description
SD I/O suspend command
Value on reset: 0
Variants§
Disabled
0: Next command is not a SDIO suspend command
Enabled
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<SDIOSUSPEND_A> for SDIOSUSPEND_A
impl PartialEq<SDIOSUSPEND_A> for SDIOSUSPEND_A
source§fn eq(&self, other: &SDIOSUSPEND_A) -> bool
fn eq(&self, other: &SDIOSUSPEND_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SDIOSUSPEND_A
impl StructuralPartialEq for SDIOSUSPEND_A
Auto Trait Implementations§
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