Struct newt_sys::newtExitStruct[][src]

#[repr(C)]
pub struct newtExitStruct { pub reason: newtExitStruct__bindgen_ty_1, pub u: newtExitStruct__bindgen_ty_2, }

Fields

Trait Implementations

impl Copy for newtExitStruct
[src]

impl Clone for newtExitStruct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations