#[repr(C)]pub struct ExitSystemEvent {
pub type_: u32,
pub ndata: u32,
pub data: [u64; 16],
}
Fields§
§type_: u32
§ndata: u32
§data: [u64; 16]
Trait Implementations§
Source§impl Clone for ExitSystemEvent
impl Clone for ExitSystemEvent
Source§fn clone(&self) -> ExitSystemEvent
fn clone(&self) -> ExitSystemEvent
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 ExitSystemEvent
impl Debug for ExitSystemEvent
impl Copy for ExitSystemEvent
Auto Trait Implementations§
impl Freeze for ExitSystemEvent
impl RefUnwindSafe for ExitSystemEvent
impl Send for ExitSystemEvent
impl Sync for ExitSystemEvent
impl Unpin for ExitSystemEvent
impl UnwindSafe for ExitSystemEvent
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