Struct vfio_sys::vfio::vfio_eeh_pe_err
source · #[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: u64
Trait 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 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