#[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_intTrait Implementations§
Source§impl Clone for newtWinEntry
impl Clone for newtWinEntry
Source§fn clone(&self) -> newtWinEntry
fn clone(&self) -> newtWinEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for newtWinEntry
impl Debug for newtWinEntry
impl Copy for newtWinEntry
Auto Trait Implementations§
impl Freeze for newtWinEntry
impl RefUnwindSafe for newtWinEntry
impl !Send for newtWinEntry
impl !Sync for newtWinEntry
impl Unpin for newtWinEntry
impl UnwindSafe for newtWinEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more