#[repr(C)]pub struct nvme_set_feature_event {
pub layout: __le32,
pub cdw_mem: __IncompleteArrayField<__le32>,
}Expand description
struct nvme_set_feature_event - Set Feature Event Data @layout: Set Feature Event Layout @cdw_mem: Command Dwords Memory buffer
Fields§
§layout: __le32§cdw_mem: __IncompleteArrayField<__le32>Trait Implementations§
Source§impl Debug for nvme_set_feature_event
impl Debug for nvme_set_feature_event
Source§impl Default for nvme_set_feature_event
impl Default for nvme_set_feature_event
Source§fn default() -> nvme_set_feature_event
fn default() -> nvme_set_feature_event
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_set_feature_event
impl RefUnwindSafe for nvme_set_feature_event
impl Send for nvme_set_feature_event
impl Sync for nvme_set_feature_event
impl Unpin for nvme_set_feature_event
impl UnsafeUnpin for nvme_set_feature_event
impl UnwindSafe for nvme_set_feature_event
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