#[repr(C)]pub struct Tk_ObjCustomOption {
pub name: *const c_char,
pub setProc: Tk_CustomOptionSetProc,
pub getProc: Tk_CustomOptionGetProc,
pub restoreProc: Tk_CustomOptionRestoreProc,
pub freeProc: Tk_CustomOptionFreeProc,
pub clientData: ClientData,
}Fields§
§name: *const c_char§setProc: Tk_CustomOptionSetProc§getProc: Tk_CustomOptionGetProc§restoreProc: Tk_CustomOptionRestoreProc§freeProc: Tk_CustomOptionFreeProc§clientData: ClientDataTrait Implementations§
Source§impl Clone for Tk_ObjCustomOption
impl Clone for Tk_ObjCustomOption
Source§fn clone(&self) -> Tk_ObjCustomOption
fn clone(&self) -> Tk_ObjCustomOption
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_ObjCustomOption
impl Debug for Tk_ObjCustomOption
impl Copy for Tk_ObjCustomOption
Auto Trait Implementations§
impl Freeze for Tk_ObjCustomOption
impl RefUnwindSafe for Tk_ObjCustomOption
impl !Send for Tk_ObjCustomOption
impl !Sync for Tk_ObjCustomOption
impl Unpin for Tk_ObjCustomOption
impl UnwindSafe for Tk_ObjCustomOption
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