#[repr(C)]pub struct TclStubHooks {
pub tclPlatStubs: *const TclPlatStubs,
pub tclIntStubs: *mut TclIntStubs,
pub tclIntPlatStubs: *mut TclIntPlatStubs,
}Fields§
§tclPlatStubs: *const TclPlatStubs§tclIntStubs: *mut TclIntStubs§tclIntPlatStubs: *mut TclIntPlatStubsTrait Implementations§
Source§impl Clone for TclStubHooks
impl Clone for TclStubHooks
Source§fn clone(&self) -> TclStubHooks
fn clone(&self) -> TclStubHooks
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 TclStubHooks
impl Debug for TclStubHooks
impl Copy for TclStubHooks
Auto Trait Implementations§
impl Freeze for TclStubHooks
impl RefUnwindSafe for TclStubHooks
impl !Send for TclStubHooks
impl !Sync for TclStubHooks
impl Unpin for TclStubHooks
impl UnwindSafe for TclStubHooks
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