Struct ntapi::ntpsapi::PROCESS_EXCEPTION_PORT
source · [−]#[repr(C)]pub struct PROCESS_EXCEPTION_PORT {
pub ExceptionPortHandle: HANDLE,
pub StateFlags: ULONG,
}
Fields
ExceptionPortHandle: HANDLE
StateFlags: ULONG
Trait Implementations
sourceimpl Clone for PROCESS_EXCEPTION_PORT
impl Clone for PROCESS_EXCEPTION_PORT
sourcefn clone(&self) -> PROCESS_EXCEPTION_PORT
fn clone(&self) -> PROCESS_EXCEPTION_PORT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PROCESS_EXCEPTION_PORT
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_EXCEPTION_PORT
impl !Send for PROCESS_EXCEPTION_PORT
impl !Sync for PROCESS_EXCEPTION_PORT
impl Unpin for PROCESS_EXCEPTION_PORT
impl UnwindSafe for PROCESS_EXCEPTION_PORT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more