#[repr(C)]pub struct Tk_ClassProcs {
pub size: c_uint,
pub worldChangedProc: Tk_ClassWorldChangedProc,
pub createProc: Tk_ClassCreateProc,
pub modalProc: Tk_ClassModalProc,
}Fields§
§size: c_uint§worldChangedProc: Tk_ClassWorldChangedProc§createProc: Tk_ClassCreateProc§modalProc: Tk_ClassModalProcTrait Implementations§
Source§impl Clone for Tk_ClassProcs
impl Clone for Tk_ClassProcs
Source§fn clone(&self) -> Tk_ClassProcs
fn clone(&self) -> Tk_ClassProcs
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_ClassProcs
impl Debug for Tk_ClassProcs
impl Copy for Tk_ClassProcs
Auto Trait Implementations§
impl Freeze for Tk_ClassProcs
impl RefUnwindSafe for Tk_ClassProcs
impl Send for Tk_ClassProcs
impl Sync for Tk_ClassProcs
impl Unpin for Tk_ClassProcs
impl UnwindSafe for Tk_ClassProcs
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