Struct newt_sys::newtExitStruct [−][src]
#[repr(C)]pub struct newtExitStruct { pub reason: newtExitStruct__bindgen_ty_1, pub u: newtExitStruct__bindgen_ty_2, }
Fields
reason: newtExitStruct__bindgen_ty_1
u: newtExitStruct__bindgen_ty_2
Trait Implementations
impl Copy for newtExitStruct[src]
impl Copy for newtExitStructimpl Clone for newtExitStruct[src]
impl Clone for newtExitStructfn clone(&self) -> newtExitStruct[src]
fn clone(&self) -> newtExitStructReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !Send for newtExitStruct
impl !Send for newtExitStructimpl !Sync for newtExitStruct
impl !Sync for newtExitStruct