#[repr(C)]pub struct _EXCEPTION_REGISTRATION_RECORD {
pub Next: *mut _EXCEPTION_REGISTRATION_RECORD,
pub Handler: PEXCEPTION_ROUTINE,
}
Fields§
§Next: *mut _EXCEPTION_REGISTRATION_RECORD
§Handler: PEXCEPTION_ROUTINE
Trait Implementations§
Source§impl Clone for _EXCEPTION_REGISTRATION_RECORD
impl Clone for _EXCEPTION_REGISTRATION_RECORD
Source§fn clone(&self) -> _EXCEPTION_REGISTRATION_RECORD
fn clone(&self) -> _EXCEPTION_REGISTRATION_RECORD
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 Ord for _EXCEPTION_REGISTRATION_RECORD
impl Ord for _EXCEPTION_REGISTRATION_RECORD
Source§fn cmp(&self, other: &_EXCEPTION_REGISTRATION_RECORD) -> Ordering
fn cmp(&self, other: &_EXCEPTION_REGISTRATION_RECORD) -> 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 _EXCEPTION_REGISTRATION_RECORD
impl PartialEq for _EXCEPTION_REGISTRATION_RECORD
Source§fn eq(&self, other: &_EXCEPTION_REGISTRATION_RECORD) -> bool
fn eq(&self, other: &_EXCEPTION_REGISTRATION_RECORD) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _EXCEPTION_REGISTRATION_RECORD
impl PartialOrd for _EXCEPTION_REGISTRATION_RECORD
impl Copy for _EXCEPTION_REGISTRATION_RECORD
impl Eq for _EXCEPTION_REGISTRATION_RECORD
impl StructuralPartialEq for _EXCEPTION_REGISTRATION_RECORD
Auto Trait Implementations§
impl Freeze for _EXCEPTION_REGISTRATION_RECORD
impl RefUnwindSafe for _EXCEPTION_REGISTRATION_RECORD
impl !Send for _EXCEPTION_REGISTRATION_RECORD
impl !Sync for _EXCEPTION_REGISTRATION_RECORD
impl Unpin for _EXCEPTION_REGISTRATION_RECORD
impl UnwindSafe for _EXCEPTION_REGISTRATION_RECORD
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