#[repr(C)]pub struct nvme_ns_list {
pub ns: [__le32; 1024],
}Expand description
struct nvme_ns_list - Namespace List @ns: Namespace Identifier
Fields§
§ns: [__le32; 1024]Trait Implementations§
Source§impl Clone for nvme_ns_list
impl Clone for nvme_ns_list
Source§fn clone(&self) -> nvme_ns_list
fn clone(&self) -> nvme_ns_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_ns_list
impl Debug for nvme_ns_list
Source§impl Default for nvme_ns_list
impl Default for nvme_ns_list
impl Copy for nvme_ns_list
Auto Trait Implementations§
impl Freeze for nvme_ns_list
impl RefUnwindSafe for nvme_ns_list
impl Send for nvme_ns_list
impl Sync for nvme_ns_list
impl Unpin for nvme_ns_list
impl UnsafeUnpin for nvme_ns_list
impl UnwindSafe for nvme_ns_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