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