[][src]Struct CCODE::_NT_TIB

#[repr(C)]pub struct _NT_TIB {
    pub ExceptionList: *mut _EXCEPTION_REGISTRATION_RECORD,
    pub StackBase: PVOID,
    pub StackLimit: PVOID,
    pub SubSystemTib: PVOID,
    pub __bindgen_anon_1: _NT_TIB__bindgen_ty_1,
    pub ArbitraryUserPointer: PVOID,
    pub Self_: *mut _NT_TIB,
}

Fields

ExceptionList: *mut _EXCEPTION_REGISTRATION_RECORDStackBase: PVOIDStackLimit: PVOIDSubSystemTib: PVOID__bindgen_anon_1: _NT_TIB__bindgen_ty_1ArbitraryUserPointer: PVOIDSelf_: *mut _NT_TIB

Trait Implementations

impl Clone for _NT_TIB[src]

impl Copy for _NT_TIB[src]

Auto Trait Implementations

impl RefUnwindSafe for _NT_TIB

impl !Send for _NT_TIB

impl !Sync for _NT_TIB

impl Unpin for _NT_TIB

impl UnwindSafe for _NT_TIB

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.