#[repr(C)]pub struct TclPlatStubs {
pub magic: c_int,
pub hooks: *mut c_void,
}Fields§
§magic: c_int§hooks: *mut c_voidTrait Implementations§
Source§impl Clone for TclPlatStubs
impl Clone for TclPlatStubs
Source§fn clone(&self) -> TclPlatStubs
fn clone(&self) -> TclPlatStubs
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 TclPlatStubs
impl Debug for TclPlatStubs
impl Copy for TclPlatStubs
Auto Trait Implementations§
impl Freeze for TclPlatStubs
impl RefUnwindSafe for TclPlatStubs
impl !Send for TclPlatStubs
impl !Sync for TclPlatStubs
impl Unpin for TclPlatStubs
impl UnwindSafe for TclPlatStubs
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