#[repr(C)]pub struct nvme_id_uuid_list_entry {
pub header: __u8,
pub rsvd1: [__u8; 15],
pub uuid: [__u8; 16],
}Expand description
struct nvme_id_uuid_list_entry - UUID List Entry @header: UUID Lists Entry Header @rsvd1: reserved @uuid: 128-bit Universally Unique Identifier
Fields§
§header: __u8§rsvd1: [__u8; 15]§uuid: [__u8; 16]Trait Implementations§
Source§impl Clone for nvme_id_uuid_list_entry
impl Clone for nvme_id_uuid_list_entry
Source§fn clone(&self) -> nvme_id_uuid_list_entry
fn clone(&self) -> nvme_id_uuid_list_entry
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_id_uuid_list_entry
impl Debug for nvme_id_uuid_list_entry
Source§impl Default for nvme_id_uuid_list_entry
impl Default for nvme_id_uuid_list_entry
Source§fn default() -> nvme_id_uuid_list_entry
fn default() -> nvme_id_uuid_list_entry
Returns the “default value” for a type. Read more
impl Copy for nvme_id_uuid_list_entry
Auto Trait Implementations§
impl Freeze for nvme_id_uuid_list_entry
impl RefUnwindSafe for nvme_id_uuid_list_entry
impl Send for nvme_id_uuid_list_entry
impl Sync for nvme_id_uuid_list_entry
impl Unpin for nvme_id_uuid_list_entry
impl UnsafeUnpin for nvme_id_uuid_list_entry
impl UnwindSafe for nvme_id_uuid_list_entry
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