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