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
text: *mut c_char
value: *mut *mut c_char
flags: c_int
Trait Implementations
impl Debug for newtWinEntry[src]
impl Debug for newtWinEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for newtWinEntry[src]
impl Copy for newtWinEntryimpl Clone for newtWinEntry[src]
impl Clone for newtWinEntryfn clone(&self) -> newtWinEntry[src]
fn clone(&self) -> newtWinEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !Send for newtWinEntry
impl !Send for newtWinEntryimpl !Sync for newtWinEntry
impl !Sync for newtWinEntry