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