pub struct CqhciCqSendStatusConfiguration1Register(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl CqhciCqSendStatusConfiguration1Register
impl CqhciCqSendStatusConfiguration1Register
pub fn ssc_idle_timer(&self) -> u16
pub fn ssc_block_counter(&self) -> u8
pub fn set_ssc_idle_timer(&mut self, value: u16)
pub fn set_ssc_block_counter(&mut self, value: u8)
Trait Implementations§
Source§impl<T> BitRange<T> for CqhciCqSendStatusConfiguration1Register
impl<T> BitRange<T> for CqhciCqSendStatusConfiguration1Register
Source§impl<T> BitRangeMut<T> for CqhciCqSendStatusConfiguration1Registerwhere
u32: BitRangeMut<T>,
impl<T> BitRangeMut<T> for CqhciCqSendStatusConfiguration1Registerwhere
u32: BitRangeMut<T>,
Source§fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
Set a range of bits.
Source§impl Clone for CqhciCqSendStatusConfiguration1Register
impl Clone for CqhciCqSendStatusConfiguration1Register
Source§fn clone(&self) -> CqhciCqSendStatusConfiguration1Register
fn clone(&self) -> CqhciCqSendStatusConfiguration1Register
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CqhciCqSendStatusConfiguration1Register
Auto Trait Implementations§
impl Freeze for CqhciCqSendStatusConfiguration1Register
impl RefUnwindSafe for CqhciCqSendStatusConfiguration1Register
impl Send for CqhciCqSendStatusConfiguration1Register
impl Sync for CqhciCqSendStatusConfiguration1Register
impl Unpin for CqhciCqSendStatusConfiguration1Register
impl UnsafeUnpin for CqhciCqSendStatusConfiguration1Register
impl UnwindSafe for CqhciCqSendStatusConfiguration1Register
Blanket Implementations§
Source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
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