#[repr(C)]pub struct _APC_CALLBACK_DATA {
pub Parameter: ULONG_PTR,
pub ContextRecord: PCONTEXT,
pub Reserved0: ULONG_PTR,
pub Reserved1: ULONG_PTR,
}
Fields§
§Parameter: ULONG_PTR
§ContextRecord: PCONTEXT
§Reserved0: ULONG_PTR
§Reserved1: ULONG_PTR
Trait Implementations§
Source§impl Clone for _APC_CALLBACK_DATA
impl Clone for _APC_CALLBACK_DATA
Source§fn clone(&self) -> _APC_CALLBACK_DATA
fn clone(&self) -> _APC_CALLBACK_DATA
Returns a copy 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 _APC_CALLBACK_DATA
impl Debug for _APC_CALLBACK_DATA
Source§impl Ord for _APC_CALLBACK_DATA
impl Ord for _APC_CALLBACK_DATA
Source§fn cmp(&self, other: &_APC_CALLBACK_DATA) -> Ordering
fn cmp(&self, other: &_APC_CALLBACK_DATA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _APC_CALLBACK_DATA
impl PartialEq for _APC_CALLBACK_DATA
Source§impl PartialOrd for _APC_CALLBACK_DATA
impl PartialOrd for _APC_CALLBACK_DATA
impl Copy for _APC_CALLBACK_DATA
impl Eq for _APC_CALLBACK_DATA
impl StructuralPartialEq for _APC_CALLBACK_DATA
Auto Trait Implementations§
impl Freeze for _APC_CALLBACK_DATA
impl RefUnwindSafe for _APC_CALLBACK_DATA
impl !Send for _APC_CALLBACK_DATA
impl !Sync for _APC_CALLBACK_DATA
impl Unpin for _APC_CALLBACK_DATA
impl UnwindSafe for _APC_CALLBACK_DATA
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