#[repr(C)]pub struct PhysdevMapPirq {
pub domid: u16,
pub typ: c_int,
pub index: c_int,
pub pirq: c_int,
pub bus: c_int,
pub devfn: c_int,
pub entry_nr: u16,
pub table_base: u64,
}Fields§
§domid: u16§typ: c_int§index: c_int§pirq: c_int§bus: c_int§devfn: c_int§entry_nr: u16§table_base: u64Trait Implementations§
Source§impl Clone for PhysdevMapPirq
impl Clone for PhysdevMapPirq
Source§fn clone(&self) -> PhysdevMapPirq
fn clone(&self) -> PhysdevMapPirq
Returns a duplicate 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 PhysdevMapPirq
impl Debug for PhysdevMapPirq
Source§impl Default for PhysdevMapPirq
impl Default for PhysdevMapPirq
Source§fn default() -> PhysdevMapPirq
fn default() -> PhysdevMapPirq
Returns the “default value” for a type. Read more
impl Copy for PhysdevMapPirq
Auto Trait Implementations§
impl Freeze for PhysdevMapPirq
impl RefUnwindSafe for PhysdevMapPirq
impl Send for PhysdevMapPirq
impl Sync for PhysdevMapPirq
impl Unpin for PhysdevMapPirq
impl UnwindSafe for PhysdevMapPirq
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