#[repr(C)]pub struct Argument(/* private fields */);
Expand description
Argumentument for ACMD23.
Implementations§
Source§impl Argument
impl Argument
Sourcepub const fn num_blocks(&self) -> u32
pub const fn num_blocks(&self) -> u32
Getter for num_blocks field of Argument.
Represents the number of write blocks to be pre-erased during writing operations.
Sourcepub fn set_num_blocks(&mut self, val: u32)
pub fn set_num_blocks(&mut self, val: u32)
Setter for num_blocks field of Argument.
Represents the number of write blocks to be pre-erased during writing operations.
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