Struct stm32_metapac::eth::regs::Macppswr
#[repr(transparent)]pub struct Macppswr(pub u32);
Expand description
PPS width register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Macppswr
impl Eq for Macppswr
impl StructuralEq for Macppswr
impl StructuralPartialEq for Macppswr
Auto Trait Implementations§
impl RefUnwindSafe for Macppswr
impl Send for Macppswr
impl Sync for Macppswr
impl Unpin for Macppswr
impl UnwindSafe for Macppswr
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