#[repr(transparent)]pub struct Msize(pub u32);Expand description
FMU Memory Size Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Msize
impl Eq for Msize
impl StructuralPartialEq for Msize
Auto Trait Implementations§
impl Freeze for Msize
impl RefUnwindSafe for Msize
impl Send for Msize
impl Sync for Msize
impl Unpin for Msize
impl UnwindSafe for Msize
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