#[repr(C)]pub struct physdev_pirq_eoi_gmfn {
pub gmfn: xen_pfn_t,
}Fields§
§gmfn: xen_pfn_tTrait Implementations§
Source§impl Clone for physdev_pirq_eoi_gmfn
impl Clone for physdev_pirq_eoi_gmfn
Source§fn clone(&self) -> physdev_pirq_eoi_gmfn
fn clone(&self) -> physdev_pirq_eoi_gmfn
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_pirq_eoi_gmfn
impl Debug for physdev_pirq_eoi_gmfn
Source§impl Default for physdev_pirq_eoi_gmfn
impl Default for physdev_pirq_eoi_gmfn
Source§fn default() -> physdev_pirq_eoi_gmfn
fn default() -> physdev_pirq_eoi_gmfn
Returns the “default value” for a type. Read more
impl Copy for physdev_pirq_eoi_gmfn
Auto Trait Implementations§
impl Freeze for physdev_pirq_eoi_gmfn
impl RefUnwindSafe for physdev_pirq_eoi_gmfn
impl Send for physdev_pirq_eoi_gmfn
impl Sync for physdev_pirq_eoi_gmfn
impl Unpin for physdev_pirq_eoi_gmfn
impl UnwindSafe for physdev_pirq_eoi_gmfn
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