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

#[repr(C)]
pub struct _win_st {
Show 29 fields pub _cury: c_short, pub _curx: c_short, pub _maxy: c_short, pub _maxx: c_short, pub _begy: c_short, pub _begx: c_short, pub _flags: c_short, pub _attrs: attr_t, pub _bkgd: chtype, pub _notimeout: bool, pub _clear: bool, pub _leaveok: bool, pub _scroll: bool, pub _idlok: bool, pub _idcok: bool, pub _immed: bool, pub _sync: bool, pub _use_keypad: bool, pub _delay: c_int, pub _line: *mut ldat, pub _regtop: c_short, pub _regbottom: c_short, pub _parx: c_int, pub _pary: c_int, pub _parent: *mut WINDOW, pub _pad: _win_st_pdat, pub _yoffset: c_short, pub _bkgrnd: cchar_t, pub _color: c_int,
}

Fields

_cury: c_short_curx: c_short_maxy: c_short_maxx: c_short_begy: c_short_begx: c_short_flags: c_short_attrs: attr_t_bkgd: chtype_notimeout: bool_clear: bool_leaveok: bool_scroll: bool_idlok: bool_idcok: bool_immed: bool_sync: bool_use_keypad: bool_delay: c_int_line: *mut ldat_regtop: c_short_regbottom: c_short_parx: c_int_pary: c_int_parent: *mut WINDOW_pad: _win_st_pdat_yoffset: c_short_bkgrnd: cchar_t_color: c_int

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.