#[repr(C)]pub union nvme_command__bindgen_ty_1 {
Show 19 fields
pub common: nvme_common_command,
pub rw: nvme_rw_command,
pub identify: nvme_identify,
pub features: nvme_features,
pub create_cq: nvme_create_cq,
pub create_sq: nvme_create_sq,
pub delete_queue: nvme_delete_queue,
pub dlfw: nvme_download_firmware,
pub format: nvme_format_cmd,
pub dsm: nvme_dsm_cmd,
pub write_zeroes: nvme_write_zeroes_cmd,
pub abort: nvme_abort_cmd,
pub get_log_page: nvme_get_log_page_command,
pub fabrics: nvmf_common_command,
pub connect: nvmf_connect_command,
pub prop_set: nvmf_property_set_command,
pub prop_get: nvmf_property_get_command,
pub dbbuf: nvme_dbbuf,
pub directive: nvme_directive_cmd,
}Fields§
§common: nvme_common_command§rw: nvme_rw_command§identify: nvme_identify§features: nvme_features§create_cq: nvme_create_cq§create_sq: nvme_create_sq§delete_queue: nvme_delete_queue§dlfw: nvme_download_firmware§format: nvme_format_cmd§dsm: nvme_dsm_cmd§write_zeroes: nvme_write_zeroes_cmd§abort: nvme_abort_cmd§get_log_page: nvme_get_log_page_command§fabrics: nvmf_common_command§connect: nvmf_connect_command§prop_set: nvmf_property_set_command§prop_get: nvmf_property_get_command§dbbuf: nvme_dbbuf§directive: nvme_directive_cmdTrait Implementations§
Source§impl Clone for nvme_command__bindgen_ty_1
impl Clone for nvme_command__bindgen_ty_1
Source§fn clone(&self) -> nvme_command__bindgen_ty_1
fn clone(&self) -> nvme_command__bindgen_ty_1
Returns a duplicate 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 Default for nvme_command__bindgen_ty_1
impl Default for nvme_command__bindgen_ty_1
impl Copy for nvme_command__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for nvme_command__bindgen_ty_1
impl RefUnwindSafe for nvme_command__bindgen_ty_1
impl Send for nvme_command__bindgen_ty_1
impl Sync for nvme_command__bindgen_ty_1
impl Unpin for nvme_command__bindgen_ty_1
impl UnwindSafe for nvme_command__bindgen_ty_1
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