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