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