pub struct CreateIOCompletionQueue { /* private fields */ }
Implementations§
source§impl CreateIOCompletionQueue
impl CreateIOCompletionQueue
sourcepub fn new(
cid: CommandId,
qid: QueueId,
prp: PrpListOrBuffer,
qsz: QueueSize,
ivec: InterruptVector,
ien: bool,
) -> Self
pub fn new( cid: CommandId, qid: QueueId, prp: PrpListOrBuffer, qsz: QueueSize, ivec: InterruptVector, ien: bool, ) -> Self
Construct a Create IO Completion Queue request. See base spec section 5.4 for more details.
Trait Implementations§
source§impl From<CreateIOCompletionQueue> for CommonCommand
impl From<CreateIOCompletionQueue> for CommonCommand
source§fn from(c: CreateIOCompletionQueue) -> Self
fn from(c: CreateIOCompletionQueue) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CreateIOCompletionQueue
impl RefUnwindSafe for CreateIOCompletionQueue
impl Send for CreateIOCompletionQueue
impl Sync for CreateIOCompletionQueue
impl Unpin for CreateIOCompletionQueue
impl UnwindSafe for CreateIOCompletionQueue
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