#[repr(transparent)]pub struct Pmastat(pub u16);Expand description
PMA Status
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Pmastat
impl Eq for Pmastat
impl StructuralPartialEq for Pmastat
Auto Trait Implementations§
impl Freeze for Pmastat
impl RefUnwindSafe for Pmastat
impl Send for Pmastat
impl Sync for Pmastat
impl Unpin for Pmastat
impl UnwindSafe for Pmastat
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