#[repr(C)]pub struct nvme_feat_auto_pst {
pub apst_entry: [__le64; 32],
}Expand description
struct nvme_feat_auto_pst - Autonomous Power State Transition @apst_entry: See &enum nvme_apst_entry
Fields§
§apst_entry: [__le64; 32]Trait Implementations§
Source§impl Clone for nvme_feat_auto_pst
impl Clone for nvme_feat_auto_pst
Source§fn clone(&self) -> nvme_feat_auto_pst
fn clone(&self) -> nvme_feat_auto_pst
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nvme_feat_auto_pst
impl Debug for nvme_feat_auto_pst
Source§impl Default for nvme_feat_auto_pst
impl Default for nvme_feat_auto_pst
Source§fn default() -> nvme_feat_auto_pst
fn default() -> nvme_feat_auto_pst
Returns the “default value” for a type. Read more
impl Copy for nvme_feat_auto_pst
Auto Trait Implementations§
impl Freeze for nvme_feat_auto_pst
impl RefUnwindSafe for nvme_feat_auto_pst
impl Send for nvme_feat_auto_pst
impl Sync for nvme_feat_auto_pst
impl Unpin for nvme_feat_auto_pst
impl UnsafeUnpin for nvme_feat_auto_pst
impl UnwindSafe for nvme_feat_auto_pst
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