#[repr(C)]pub struct nvme_ctrl_list {
pub num: __le16,
pub identifier: [__le16; 2047],
}Expand description
struct nvme_ctrl_list - Controller List @num: Number of Identifiers @identifier: NVM subsystem unique controller identifier
Fields§
§num: __le16§identifier: [__le16; 2047]Trait Implementations§
Source§impl Clone for nvme_ctrl_list
impl Clone for nvme_ctrl_list
Source§fn clone(&self) -> nvme_ctrl_list
fn clone(&self) -> nvme_ctrl_list
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_ctrl_list
impl Debug for nvme_ctrl_list
Source§impl Default for nvme_ctrl_list
impl Default for nvme_ctrl_list
impl Copy for nvme_ctrl_list
Auto Trait Implementations§
impl Freeze for nvme_ctrl_list
impl RefUnwindSafe for nvme_ctrl_list
impl Send for nvme_ctrl_list
impl Sync for nvme_ctrl_list
impl Unpin for nvme_ctrl_list
impl UnsafeUnpin for nvme_ctrl_list
impl UnwindSafe for nvme_ctrl_list
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