pub struct CqhciCqSendStatusConfiguration2Register(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl<T> BitRange<T> for CqhciCqSendStatusConfiguration2Register
impl<T> BitRange<T> for CqhciCqSendStatusConfiguration2Register
Source§impl<T> BitRangeMut<T> for CqhciCqSendStatusConfiguration2Registerwhere
u32: BitRangeMut<T>,
impl<T> BitRangeMut<T> for CqhciCqSendStatusConfiguration2Registerwhere
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 CqhciCqSendStatusConfiguration2Register
impl Clone for CqhciCqSendStatusConfiguration2Register
Source§fn clone(&self) -> CqhciCqSendStatusConfiguration2Register
fn clone(&self) -> CqhciCqSendStatusConfiguration2Register
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 CqhciCqSendStatusConfiguration2Register
Auto Trait Implementations§
impl Freeze for CqhciCqSendStatusConfiguration2Register
impl RefUnwindSafe for CqhciCqSendStatusConfiguration2Register
impl Send for CqhciCqSendStatusConfiguration2Register
impl Sync for CqhciCqSendStatusConfiguration2Register
impl Unpin for CqhciCqSendStatusConfiguration2Register
impl UnsafeUnpin for CqhciCqSendStatusConfiguration2Register
impl UnwindSafe for CqhciCqSendStatusConfiguration2Register
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