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

#[repr(C)]
pub struct formnode {
Show 22 fields pub status: c_ushort, pub rows: c_short, pub cols: c_short, pub currow: c_int, pub curcol: c_int, pub toprow: c_int, pub begincol: c_int, pub maxfield: c_short, pub maxpage: c_short, pub curpage: c_short, pub opts: Form_Options, pub win: *mut WINDOW, pub sub: *mut WINDOW, pub w: *mut WINDOW, pub field: *mut *mut FIELD, pub current: *mut FIELD, pub page: *mut _PAGE, pub usrptr: *mut c_void, pub forminit: Option<unsafe extern "C" fn(arg1: *mut formnode)>, pub formterm: Option<unsafe extern "C" fn(arg1: *mut formnode)>, pub fieldinit: Option<unsafe extern "C" fn(arg1: *mut formnode)>, pub fieldterm: Option<unsafe extern "C" fn(arg1: *mut formnode)>,
}

Fields

status: c_ushortrows: c_shortcols: c_shortcurrow: c_intcurcol: c_inttoprow: c_intbegincol: c_intmaxfield: c_shortmaxpage: c_shortcurpage: c_shortopts: Form_Optionswin: *mut WINDOWsub: *mut WINDOWw: *mut WINDOWfield: *mut *mut FIELDcurrent: *mut FIELDpage: *mut _PAGEusrptr: *mut c_voidforminit: Option<unsafe extern "C" fn(arg1: *mut formnode)>formterm: Option<unsafe extern "C" fn(arg1: *mut formnode)>fieldinit: Option<unsafe extern "C" fn(arg1: *mut formnode)>fieldterm: Option<unsafe extern "C" fn(arg1: *mut formnode)>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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.