Struct ncursesw::shims::bindings::typenode[][src]

#[repr(C)]
pub struct typenode { pub status: c_ushort, pub ref_: c_long, pub left: *mut typenode, pub right: *mut typenode, pub makearg: Option<unsafe extern "C" fn(arg1: *mut va_list) -> *mut c_void>, pub copyarg: Option<unsafe extern "C" fn(arg1: *const c_void) -> *mut c_void>, pub freearg: Option<unsafe extern "C" fn(arg1: *mut c_void)>, pub fieldcheck: typenode__bindgen_ty_1, pub charcheck: typenode__bindgen_ty_2, pub enum_next: typenode__bindgen_ty_3, pub enum_prev: typenode__bindgen_ty_4, pub genericarg: Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut c_void>, }

Fields

status: c_ushortref_: c_longleft: *mut typenoderight: *mut typenodemakearg: Option<unsafe extern "C" fn(arg1: *mut va_list) -> *mut c_void>copyarg: Option<unsafe extern "C" fn(arg1: *const c_void) -> *mut c_void>freearg: Option<unsafe extern "C" fn(arg1: *mut c_void)>fieldcheck: typenode__bindgen_ty_1charcheck: typenode__bindgen_ty_2enum_next: typenode__bindgen_ty_3enum_prev: typenode__bindgen_ty_4genericarg: Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut c_void>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.