#[repr(C)]pub struct nvme_controller_list {
pub num: __le16,
pub identifier: [__le16; 2047],
}Fields§
§num: __le16§identifier: [__le16; 2047]Trait Implementations§
Source§impl Clone for nvme_controller_list
impl Clone for nvme_controller_list
Source§fn clone(&self) -> nvme_controller_list
fn clone(&self) -> nvme_controller_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 moreimpl Copy for nvme_controller_list
Source§impl Debug for nvme_controller_list
impl Debug for nvme_controller_list
Source§impl Default for nvme_controller_list
impl Default for nvme_controller_list
Source§impl Hash for nvme_controller_list
impl Hash for nvme_controller_list
Source§impl PartialEq for nvme_controller_list
impl PartialEq for nvme_controller_list
impl StructuralPartialEq for nvme_controller_list
Auto Trait Implementations§
impl Freeze for nvme_controller_list
impl RefUnwindSafe for nvme_controller_list
impl Send for nvme_controller_list
impl Sync for nvme_controller_list
impl Unpin for nvme_controller_list
impl UnsafeUnpin for nvme_controller_list
impl UnwindSafe for nvme_controller_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