#[repr(C)]pub struct Tk_SavedOptions {
pub recordPtr: *mut c_char,
pub tkwin: Tk_Window,
pub numItems: c_int,
pub items: [Tk_SavedOption; 20],
pub nextPtr: *mut Tk_SavedOptions,
}Fields§
§recordPtr: *mut c_char§tkwin: Tk_Window§numItems: c_int§items: [Tk_SavedOption; 20]§nextPtr: *mut Tk_SavedOptionsTrait Implementations§
Source§impl Clone for Tk_SavedOptions
impl Clone for Tk_SavedOptions
Source§fn clone(&self) -> Tk_SavedOptions
fn clone(&self) -> Tk_SavedOptions
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 Tk_SavedOptions
impl Debug for Tk_SavedOptions
impl Copy for Tk_SavedOptions
Auto Trait Implementations§
impl Freeze for Tk_SavedOptions
impl RefUnwindSafe for Tk_SavedOptions
impl !Send for Tk_SavedOptions
impl !Sync for Tk_SavedOptions
impl Unpin for Tk_SavedOptions
impl UnwindSafe for Tk_SavedOptions
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