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