#[repr(transparent)]pub struct Sru(pub u32);Expand description
UchannelRx Register
Tuple Fields§
§0: u32Implementations§
Source§impl Sru
impl Sru
Sourcepub const fn rx_uchannel(&self) -> u32
pub const fn rx_uchannel(&self) -> u32
RxUChannel
Sourcepub const fn set_rx_uchannel(&mut self, val: u32)
pub const fn set_rx_uchannel(&mut self, val: u32)
RxUChannel
Trait Implementations§
impl Copy for Sru
impl Eq for Sru
impl StructuralPartialEq for Sru
Auto Trait Implementations§
impl Freeze for Sru
impl RefUnwindSafe for Sru
impl Send for Sru
impl Sync for Sru
impl Unpin for Sru
impl UnwindSafe for Sru
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