#[repr(transparent)]pub struct Rxd(pub u32);
Expand description
RXD register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rxd
impl Eq for Rxd
impl StructuralPartialEq for Rxd
Auto Trait Implementations§
impl Freeze for Rxd
impl RefUnwindSafe for Rxd
impl Send for Rxd
impl Sync for Rxd
impl Unpin for Rxd
impl UnwindSafe for Rxd
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)