#[repr(C)]pub struct Argument(/* private fields */);
Expand description
Argumentument for CMD23.
Implementations§
Source§impl Argument
impl Argument
Sourcepub const fn block_count(&self) -> u32
pub const fn block_count(&self) -> u32
Getter for block_count field of Argument.
Specifies the block count for CMD18 and CMD25.
Sourcepub fn set_block_count(&mut self, val: u32)
pub fn set_block_count(&mut self, val: u32)
Setter for block_count field of Argument.
Specifies the block count for CMD18 and CMD25.
Trait Implementations§
impl Copy for Argument
impl Eq for Argument
impl StructuralPartialEq for Argument
Auto Trait Implementations§
impl Freeze for Argument
impl RefUnwindSafe for Argument
impl Send for Argument
impl Sync for Argument
impl Unpin for Argument
impl UnwindSafe for Argument
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