#[repr(C)]pub struct nvme_completion {
pub result: nvme_completion_nvme_result,
pub sq_head: __le16,
pub sq_id: __le16,
pub command_id: __u16,
pub status: __le16,
}Fields§
§result: nvme_completion_nvme_result§sq_head: __le16§sq_id: __le16§command_id: __u16§status: __le16Trait Implementations§
Source§impl Clone for nvme_completion
impl Clone for nvme_completion
Source§fn clone(&self) -> nvme_completion
fn clone(&self) -> nvme_completion
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_completion
impl Default for nvme_completion
impl Copy for nvme_completion
Auto Trait Implementations§
impl Freeze for nvme_completion
impl RefUnwindSafe for nvme_completion
impl Send for nvme_completion
impl Sync for nvme_completion
impl Unpin for nvme_completion
impl UnwindSafe for nvme_completion
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