#[repr(C)]pub struct nvme_registered_ctrl_ext {
pub cntlid: __le16,
pub rcsts: __u8,
pub rsvd3: [__u8; 5],
pub rkey: __le64,
pub hostid: [__u8; 16],
pub rsvd32: [__u8; 32],
}Expand description
struct nvme_registered_ctrl_ext - Registered Controller Extended Data Structure @cntlid: Controller ID @rcsts: Reservation Status @rsvd3: Reserved @rkey: Reservation Key @hostid: Host Identifier @rsvd32: Reserved
Fields§
§cntlid: __le16§rcsts: __u8§rsvd3: [__u8; 5]§rkey: __le64§hostid: [__u8; 16]§rsvd32: [__u8; 32]Trait Implementations§
Source§impl Clone for nvme_registered_ctrl_ext
impl Clone for nvme_registered_ctrl_ext
Source§fn clone(&self) -> nvme_registered_ctrl_ext
fn clone(&self) -> nvme_registered_ctrl_ext
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_registered_ctrl_ext
impl Debug for nvme_registered_ctrl_ext
Source§impl Default for nvme_registered_ctrl_ext
impl Default for nvme_registered_ctrl_ext
Source§fn default() -> nvme_registered_ctrl_ext
fn default() -> nvme_registered_ctrl_ext
Returns the “default value” for a type. Read more
impl Copy for nvme_registered_ctrl_ext
Auto Trait Implementations§
impl Freeze for nvme_registered_ctrl_ext
impl RefUnwindSafe for nvme_registered_ctrl_ext
impl Send for nvme_registered_ctrl_ext
impl Sync for nvme_registered_ctrl_ext
impl Unpin for nvme_registered_ctrl_ext
impl UnsafeUnpin for nvme_registered_ctrl_ext
impl UnwindSafe for nvme_registered_ctrl_ext
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