#[repr(C)]pub struct vfio_eeh_pe_err {
pub type_: u32,
pub func: u32,
pub addr: u64,
pub mask: u64,
}Fields§
§type_: u32§func: u32§addr: u64§mask: u64Trait Implementations§
Source§impl Clone for vfio_eeh_pe_err
impl Clone for vfio_eeh_pe_err
Source§fn clone(&self) -> vfio_eeh_pe_err
fn clone(&self) -> vfio_eeh_pe_err
Returns a copy of the value. Read more
1.0.0 · 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 vfio_eeh_pe_err
impl Debug for vfio_eeh_pe_err
Source§impl Default for vfio_eeh_pe_err
impl Default for vfio_eeh_pe_err
Source§fn default() -> vfio_eeh_pe_err
fn default() -> vfio_eeh_pe_err
Returns the “default value” for a type. Read more
impl Copy for vfio_eeh_pe_err
Auto Trait Implementations§
impl Freeze for vfio_eeh_pe_err
impl RefUnwindSafe for vfio_eeh_pe_err
impl Send for vfio_eeh_pe_err
impl Sync for vfio_eeh_pe_err
impl Unpin for vfio_eeh_pe_err
impl UnwindSafe for vfio_eeh_pe_err
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