Struct stm32_metapac::sdmmc::regs::Dlenr
#[repr(transparent)]pub struct Dlenr(pub u32);
Expand description
data length register
Tuple Fields§
§0: u32
Implementations§
§impl Dlenr
impl Dlenr
pub const fn datalength(&self) -> u32
pub const fn datalength(&self) -> u32
Data length value
pub fn set_datalength(&mut self, val: u32)
pub fn set_datalength(&mut self, val: u32)
Data length value
Trait Implementations§
impl Copy for Dlenr
impl Eq for Dlenr
impl StructuralPartialEq for Dlenr
Auto Trait Implementations§
impl Freeze for Dlenr
impl RefUnwindSafe for Dlenr
impl Send for Dlenr
impl Sync for Dlenr
impl Unpin for Dlenr
impl UnwindSafe for Dlenr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)