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