pub struct Cdw10DeleteIoQueue(/* private fields */);
Implementations§
Source§impl Cdw10DeleteIoQueue
impl Cdw10DeleteIoQueue
Sourcepub const fn with_qid_checked(self, value: u16) -> Result<Self, ()>
pub const fn with_qid_checked(self, value: u16) -> Result<Self, ()>
Bits: 0..16
Sourcepub const fn with_rsvd_checked(self, value: u16) -> Result<Self, ()>
pub const fn with_rsvd_checked(self, value: u16) -> Result<Self, ()>
Bits: 16..32
Trait Implementations§
Source§impl Clone for Cdw10DeleteIoQueue
impl Clone for Cdw10DeleteIoQueue
Source§fn clone(&self) -> Cdw10DeleteIoQueue
fn clone(&self) -> Cdw10DeleteIoQueue
Returns a copy 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 moreSource§impl Debug for Cdw10DeleteIoQueue
impl Debug for Cdw10DeleteIoQueue
Source§impl Default for Cdw10DeleteIoQueue
impl Default for Cdw10DeleteIoQueue
Source§impl From<Cdw10DeleteIoQueue> for u32
impl From<Cdw10DeleteIoQueue> for u32
Source§fn from(v: Cdw10DeleteIoQueue) -> u32
fn from(v: Cdw10DeleteIoQueue) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Cdw10DeleteIoQueue
impl From<u32> for Cdw10DeleteIoQueue
impl Copy for Cdw10DeleteIoQueue
Auto Trait Implementations§
impl Freeze for Cdw10DeleteIoQueue
impl RefUnwindSafe for Cdw10DeleteIoQueue
impl Send for Cdw10DeleteIoQueue
impl Sync for Cdw10DeleteIoQueue
impl Unpin for Cdw10DeleteIoQueue
impl UnwindSafe for Cdw10DeleteIoQueue
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