Struct curses_sys::cchar_t [] [src]

#[repr(C)]
pub struct cchar_t { pub attr: attr_t, pub chars: [wchar_t; 5], pub ext_color: c_int, }

Fields

Trait Implementations

impl Copy for cchar_t
[src]

impl Clone for cchar_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for cchar_t
[src]

impl PartialEq for cchar_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for cchar_t
[src]

Formats the value using the given formatter.