#[repr(C)]pub struct nvme_command {
pub __bindgen_anon_1: nvme_command__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: nvme_command__bindgen_ty_1Trait Implementations§
Source§impl Clone for nvme_command
impl Clone for nvme_command
Source§fn clone(&self) -> nvme_command
fn clone(&self) -> nvme_command
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
impl Default for nvme_command
impl Copy for nvme_command
Auto Trait Implementations§
impl Freeze for nvme_command
impl RefUnwindSafe for nvme_command
impl Send for nvme_command
impl Sync for nvme_command
impl Unpin for nvme_command
impl UnwindSafe for nvme_command
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