#[repr(C)]pub struct _XCPT_ACTION {
pub XcptNum: c_ulong,
pub SigNum: c_int,
pub XcptAction: _PHNDLR,
}Fields§
§XcptNum: c_ulong§SigNum: c_int§XcptAction: _PHNDLRTrait Implementations§
Source§impl Clone for _XCPT_ACTION
impl Clone for _XCPT_ACTION
Source§fn clone(&self) -> _XCPT_ACTION
fn clone(&self) -> _XCPT_ACTION
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 _XCPT_ACTION
impl Debug for _XCPT_ACTION
impl Copy for _XCPT_ACTION
Auto Trait Implementations§
impl Freeze for _XCPT_ACTION
impl RefUnwindSafe for _XCPT_ACTION
impl Send for _XCPT_ACTION
impl Sync for _XCPT_ACTION
impl Unpin for _XCPT_ACTION
impl UnwindSafe for _XCPT_ACTION
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