#[repr(transparent)]pub struct Pmapmdctrl(pub u16);Expand description
PMA/PMD Control
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Clone for Pmapmdctrl
impl Clone for Pmapmdctrl
Source§fn clone(&self) -> Pmapmdctrl
fn clone(&self) -> Pmapmdctrl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Pmapmdctrl
impl Debug for Pmapmdctrl
Source§impl Default for Pmapmdctrl
impl Default for Pmapmdctrl
Source§fn default() -> Pmapmdctrl
fn default() -> Pmapmdctrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pmapmdctrl
impl PartialEq for Pmapmdctrl
impl Copy for Pmapmdctrl
impl Eq for Pmapmdctrl
impl StructuralPartialEq for Pmapmdctrl
Auto Trait Implementations§
impl Freeze for Pmapmdctrl
impl RefUnwindSafe for Pmapmdctrl
impl Send for Pmapmdctrl
impl Sync for Pmapmdctrl
impl Unpin for Pmapmdctrl
impl UnwindSafe for Pmapmdctrl
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