[][src]Struct linux_nvme_sys::nvme_reservation_status

#[repr(C)]
pub struct nvme_reservation_status {
    pub gen: __le32,
    pub rtype: __u8,
    pub regctl: [__u8; 2],
    pub resv5: [__u8; 2],
    pub ptpls: __u8,
    pub resv10: [__u8; 13],
    pub regctl_ds: __IncompleteArrayField<nvme_reservation_status__bindgen_ty_1>,
}

Fields

gen: __le32rtype: __u8regctl: [__u8; 2]resv5: [__u8; 2]ptpls: __u8resv10: [__u8; 13]regctl_ds: __IncompleteArrayField<nvme_reservation_status__bindgen_ty_1>

Trait Implementations

impl Default for nvme_reservation_status[src]

impl Debug for nvme_reservation_status[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]