#[repr(C)]pub struct PageFaultEvent {
pub header: EventHeader,
pub address: u64,
pub error_code: u64,
}Expand description
Page fault event
Fields§
§header: EventHeader§address: u64§error_code: u64Trait Implementations§
Source§impl Clone for PageFaultEvent
impl Clone for PageFaultEvent
Source§fn clone(&self) -> PageFaultEvent
fn clone(&self) -> PageFaultEvent
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 PageFaultEvent
impl Debug for PageFaultEvent
impl Copy for PageFaultEvent
Auto Trait Implementations§
impl Freeze for PageFaultEvent
impl RefUnwindSafe for PageFaultEvent
impl Send for PageFaultEvent
impl Sync for PageFaultEvent
impl Unpin for PageFaultEvent
impl UnwindSafe for PageFaultEvent
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