pub struct MsixControl(pub u16);
Tuple Fields§
§0: u16
Trait Implementations§
Source§impl<T> BitRange<T> for MsixControlwhere
u16: BitRange<T>,
impl<T> BitRange<T> for MsixControlwhere
u16: BitRange<T>,
Source§impl<T> BitRangeMut<T> for MsixControlwhere
u16: BitRangeMut<T>,
impl<T> BitRangeMut<T> for MsixControlwhere
u16: 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.
Auto Trait Implementations§
impl Freeze for MsixControl
impl RefUnwindSafe for MsixControl
impl Send for MsixControl
impl Sync for MsixControl
impl Unpin for MsixControl
impl UnwindSafe for MsixControl
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