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