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