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

#[repr(C)]
pub struct fieldnode {
Show 25 fields pub status: c_ushort, pub rows: c_short, pub cols: c_short, pub frow: c_short, pub fcol: c_short, pub drows: c_int, pub dcols: c_int, pub maxgrow: c_int, pub nrow: c_int, pub nbuf: c_short, pub just: c_short, pub page: c_short, pub index: c_short, pub pad: c_int, pub fore: chtype, pub back: chtype, pub opts: Field_Options, pub snext: *mut fieldnode, pub sprev: *mut fieldnode, pub link: *mut fieldnode, pub form: *mut formnode, pub type_: *mut typenode, pub arg: *mut c_void, pub buf: *mut FIELD_CELL, pub usrptr: *mut c_void,
}

Fields

status: c_ushortrows: c_shortcols: c_shortfrow: c_shortfcol: c_shortdrows: c_intdcols: c_intmaxgrow: c_intnrow: c_intnbuf: c_shortjust: c_shortpage: c_shortindex: c_shortpad: c_intfore: chtypeback: chtypeopts: Field_Optionssnext: *mut fieldnodesprev: *mut fieldnodelink: *mut fieldnodeform: *mut formnodetype_: *mut typenodearg: *mut c_voidbuf: *mut FIELD_CELLusrptr: *mut c_void

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.