pub struct Cdw11CreateIoSubmissionQueue(/* private fields */);
Implementations§
Source§impl Cdw11CreateIoSubmissionQueue
impl Cdw11CreateIoSubmissionQueue
Sourcepub const fn with_pc_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_pc_checked(self, value: bool) -> Result<Self, ()>
Bits: 0..1
Sourcepub const fn with_qprio_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_qprio_checked(self, value: u8) -> Result<Self, ()>
Bits: 1..3
Sourcepub const fn with_qprio(self, value: u8) -> Self
pub const fn with_qprio(self, value: u8) -> Self
Bits: 1..3
Sourcepub const fn with_rsvd_checked(self, value: u16) -> Result<Self, ()>
pub const fn with_rsvd_checked(self, value: u16) -> Result<Self, ()>
Bits: 3..16
Sourcepub const fn with_cqid_checked(self, value: u16) -> Result<Self, ()>
pub const fn with_cqid_checked(self, value: u16) -> Result<Self, ()>
Bits: 16..32
Trait Implementations§
Source§impl Clone for Cdw11CreateIoSubmissionQueue
impl Clone for Cdw11CreateIoSubmissionQueue
Source§fn clone(&self) -> Cdw11CreateIoSubmissionQueue
fn clone(&self) -> Cdw11CreateIoSubmissionQueue
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 Cdw11CreateIoSubmissionQueue
impl Debug for Cdw11CreateIoSubmissionQueue
Source§impl From<Cdw11CreateIoSubmissionQueue> for u32
impl From<Cdw11CreateIoSubmissionQueue> for u32
Source§fn from(v: Cdw11CreateIoSubmissionQueue) -> u32
fn from(v: Cdw11CreateIoSubmissionQueue) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Cdw11CreateIoSubmissionQueue
impl From<u32> for Cdw11CreateIoSubmissionQueue
impl Copy for Cdw11CreateIoSubmissionQueue
Auto Trait Implementations§
impl Freeze for Cdw11CreateIoSubmissionQueue
impl RefUnwindSafe for Cdw11CreateIoSubmissionQueue
impl Send for Cdw11CreateIoSubmissionQueue
impl Sync for Cdw11CreateIoSubmissionQueue
impl Unpin for Cdw11CreateIoSubmissionQueue
impl UnwindSafe for Cdw11CreateIoSubmissionQueue
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