#[repr(C)]pub struct TkStubHooks {
pub tkPlatStubs: *mut TkPlatStubs,
pub tkIntStubs: *mut TkIntStubs,
pub tkIntPlatStubs: *mut TkIntPlatStubs,
pub tkIntXlibStubs: *mut TkIntXlibStubs,
}Fields§
§tkPlatStubs: *mut TkPlatStubs§tkIntStubs: *mut TkIntStubs§tkIntPlatStubs: *mut TkIntPlatStubs§tkIntXlibStubs: *mut TkIntXlibStubsTrait Implementations§
Source§impl Clone for TkStubHooks
impl Clone for TkStubHooks
Source§fn clone(&self) -> TkStubHooks
fn clone(&self) -> TkStubHooks
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 TkStubHooks
impl Debug for TkStubHooks
impl Copy for TkStubHooks
Auto Trait Implementations§
impl Freeze for TkStubHooks
impl RefUnwindSafe for TkStubHooks
impl !Send for TkStubHooks
impl !Sync for TkStubHooks
impl Unpin for TkStubHooks
impl UnwindSafe for TkStubHooks
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