#[repr(C)]pub struct Tk_CustomOption {
pub parseProc: Tk_OptionParseProc,
pub printProc: Tk_OptionPrintProc,
pub clientData: ClientData,
}Fields§
§parseProc: Tk_OptionParseProc§printProc: Tk_OptionPrintProc§clientData: ClientDataTrait Implementations§
Source§impl Clone for Tk_CustomOption
impl Clone for Tk_CustomOption
Source§fn clone(&self) -> Tk_CustomOption
fn clone(&self) -> Tk_CustomOption
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_CustomOption
impl Debug for Tk_CustomOption
impl Copy for Tk_CustomOption
Auto Trait Implementations§
impl Freeze for Tk_CustomOption
impl RefUnwindSafe for Tk_CustomOption
impl !Send for Tk_CustomOption
impl !Sync for Tk_CustomOption
impl Unpin for Tk_CustomOption
impl UnwindSafe for Tk_CustomOption
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