#[repr(C)]pub struct nvme_pull_model_ddc_req_log {
pub ori: __u8,
pub rsvd1: [__u8; 3],
pub tpdrpl: __le32,
pub osp: __IncompleteArrayField<__u8>,
}Expand description
struct nvme_pull_model_ddc_req_log - Pull Model DDC Request Log @ori: Operation Request Identifier @rsvd1: Reserved @tpdrpl: Total Pull Model DDC Request Log Page Length @osp: Operation Specific Parameters
Fields§
§ori: __u8§rsvd1: [__u8; 3]§tpdrpl: __le32§osp: __IncompleteArrayField<__u8>Trait Implementations§
Source§impl Debug for nvme_pull_model_ddc_req_log
impl Debug for nvme_pull_model_ddc_req_log
Source§impl Default for nvme_pull_model_ddc_req_log
impl Default for nvme_pull_model_ddc_req_log
Source§fn default() -> nvme_pull_model_ddc_req_log
fn default() -> nvme_pull_model_ddc_req_log
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_pull_model_ddc_req_log
impl RefUnwindSafe for nvme_pull_model_ddc_req_log
impl Send for nvme_pull_model_ddc_req_log
impl Sync for nvme_pull_model_ddc_req_log
impl Unpin for nvme_pull_model_ddc_req_log
impl UnsafeUnpin for nvme_pull_model_ddc_req_log
impl UnwindSafe for nvme_pull_model_ddc_req_log
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