#[repr(C)]pub struct nvme_bar_cap {
pub mqes: __le16,
pub ams_cqr: __u8,
pub to: __u8,
pub bps_css_nssrs_dstrd: __le16,
pub mpsmax_mpsmin: __u8,
pub rsvd_cmbs_pmrs: __u8,
}Fields§
§mqes: __le16§ams_cqr: __u8§to: __u8§bps_css_nssrs_dstrd: __le16§mpsmax_mpsmin: __u8§rsvd_cmbs_pmrs: __u8Trait Implementations§
Source§impl Clone for nvme_bar_cap
impl Clone for nvme_bar_cap
Source§fn clone(&self) -> nvme_bar_cap
fn clone(&self) -> nvme_bar_cap
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 moreimpl Copy for nvme_bar_cap
Source§impl Debug for nvme_bar_cap
impl Debug for nvme_bar_cap
Source§impl Default for nvme_bar_cap
impl Default for nvme_bar_cap
Source§fn default() -> nvme_bar_cap
fn default() -> nvme_bar_cap
Returns the “default value” for a type. Read more
Source§impl Hash for nvme_bar_cap
impl Hash for nvme_bar_cap
Source§impl PartialEq for nvme_bar_cap
impl PartialEq for nvme_bar_cap
impl StructuralPartialEq for nvme_bar_cap
Auto Trait Implementations§
impl Freeze for nvme_bar_cap
impl RefUnwindSafe for nvme_bar_cap
impl Send for nvme_bar_cap
impl Sync for nvme_bar_cap
impl Unpin for nvme_bar_cap
impl UnsafeUnpin for nvme_bar_cap
impl UnwindSafe for nvme_bar_cap
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