Struct newt_sys::newtWinEntry[][src]

#[repr(C)]
pub struct newtWinEntry { pub text: *mut c_char, pub value: *mut *mut c_char, pub flags: c_int, }

Fields

Trait Implementations

impl Debug for newtWinEntry
[src]

Formats the value using the given formatter. Read more

impl Copy for newtWinEntry
[src]

impl Clone for newtWinEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for newtWinEntry

impl !Sync for newtWinEntry