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