#[repr(C)]pub struct nvme_nss_hw_err_event {
pub nss_hw_err_event_code: __le16,
pub rsvd2: [__u8; 2],
pub add_hw_err_info: *mut __u8,
}Fields§
§nss_hw_err_event_code: __le16§rsvd2: [__u8; 2]§add_hw_err_info: *mut __u8Trait Implementations§
Source§impl Clone for nvme_nss_hw_err_event
impl Clone for nvme_nss_hw_err_event
Source§fn clone(&self) -> nvme_nss_hw_err_event
fn clone(&self) -> nvme_nss_hw_err_event
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_nss_hw_err_event
Source§impl Debug for nvme_nss_hw_err_event
impl Debug for nvme_nss_hw_err_event
Source§impl Default for nvme_nss_hw_err_event
impl Default for nvme_nss_hw_err_event
Source§impl Hash for nvme_nss_hw_err_event
impl Hash for nvme_nss_hw_err_event
Source§impl PartialEq for nvme_nss_hw_err_event
impl PartialEq for nvme_nss_hw_err_event
impl StructuralPartialEq for nvme_nss_hw_err_event
Auto Trait Implementations§
impl !Send for nvme_nss_hw_err_event
impl !Sync for nvme_nss_hw_err_event
impl Freeze for nvme_nss_hw_err_event
impl RefUnwindSafe for nvme_nss_hw_err_event
impl Unpin for nvme_nss_hw_err_event
impl UnsafeUnpin for nvme_nss_hw_err_event
impl UnwindSafe for nvme_nss_hw_err_event
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