Enum stm32f4xx_hal::pac::sdio::cmd::SDIOSUSPEND_A
source · [−]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
sourceimpl Clone for SDIOSUSPEND_A
impl Clone for SDIOSUSPEND_A
sourcefn clone(&self) -> SDIOSUSPEND_A
fn clone(&self) -> SDIOSUSPEND_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SDIOSUSPEND_A
impl Debug for SDIOSUSPEND_A
sourceimpl PartialEq<SDIOSUSPEND_A> for SDIOSUSPEND_A
impl PartialEq<SDIOSUSPEND_A> for SDIOSUSPEND_A
sourcefn eq(&self, other: &SDIOSUSPEND_A) -> bool
fn eq(&self, other: &SDIOSUSPEND_A) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more