#[repr(C)]pub struct nvme_cmd_set_independent_id_ns {
pub nsfeat: __u8,
pub nmic: __u8,
pub rescap: __u8,
pub fpi: __u8,
pub anagrpid: __le32,
pub nsattr: __u8,
pub rsvd9: __u8,
pub nvmsetid: __le16,
pub endgid: __le16,
pub nstat: __u8,
pub rsvd15: [__u8; 4081],
}Fields§
§nsfeat: __u8§nmic: __u8§rescap: __u8§fpi: __u8§anagrpid: __le32§nsattr: __u8§rsvd9: __u8§nvmsetid: __le16§endgid: __le16§nstat: __u8§rsvd15: [__u8; 4081]Trait Implementations§
Source§impl Clone for nvme_cmd_set_independent_id_ns
impl Clone for nvme_cmd_set_independent_id_ns
Source§fn clone(&self) -> nvme_cmd_set_independent_id_ns
fn clone(&self) -> nvme_cmd_set_independent_id_ns
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_cmd_set_independent_id_ns
impl StructuralPartialEq for nvme_cmd_set_independent_id_ns
Auto Trait Implementations§
impl Freeze for nvme_cmd_set_independent_id_ns
impl RefUnwindSafe for nvme_cmd_set_independent_id_ns
impl Send for nvme_cmd_set_independent_id_ns
impl Sync for nvme_cmd_set_independent_id_ns
impl Unpin for nvme_cmd_set_independent_id_ns
impl UnsafeUnpin for nvme_cmd_set_independent_id_ns
impl UnwindSafe for nvme_cmd_set_independent_id_ns
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