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