pub struct DatasetMgmtCommand { /* private fields */ }
Implementations§
source§impl DatasetMgmtCommand
impl DatasetMgmtCommand
sourcepub fn new(
cid: CommandId,
nsid: NamespaceId,
dptr: Dptr,
nr_ranges: u8,
attributes: DatasetMgmtDword11,
) -> Self
pub fn new( cid: CommandId, nsid: NamespaceId, dptr: Dptr, nr_ranges: u8, attributes: DatasetMgmtDword11, ) -> Self
Construct a Create IO Completion Queue request. See base spec section 5.4 for more details.
Trait Implementations§
source§impl From<DatasetMgmtCommand> for CommonCommand
impl From<DatasetMgmtCommand> for CommonCommand
source§fn from(c: DatasetMgmtCommand) -> Self
fn from(c: DatasetMgmtCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DatasetMgmtCommand
impl RefUnwindSafe for DatasetMgmtCommand
impl Send for DatasetMgmtCommand
impl Sync for DatasetMgmtCommand
impl Unpin for DatasetMgmtCommand
impl UnwindSafe for DatasetMgmtCommand
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