Enum sdio_host::common_cmd::ResponseLen
source · [−]pub enum ResponseLen {
Zero,
R48,
R136,
}
Expand description
Command Response type
Variants
Zero
No response expected
R48
Short (48 bit) response
R136
Long (136 bit) response
Trait Implementations
sourceimpl Clone for ResponseLen
impl Clone for ResponseLen
sourcefn clone(&self) -> ResponseLen
fn clone(&self) -> ResponseLen
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 more
sourceimpl PartialEq<ResponseLen> for ResponseLen
impl PartialEq<ResponseLen> for ResponseLen
impl Copy for ResponseLen
impl Eq for ResponseLen
impl StructuralEq for ResponseLen
impl StructuralPartialEq for ResponseLen
Auto Trait Implementations
impl RefUnwindSafe for ResponseLen
impl Send for ResponseLen
impl Sync for ResponseLen
impl Unpin for ResponseLen
impl UnwindSafe for ResponseLen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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