#[repr(C)]pub struct Struct_Unnamed10 {
pub tclPlatStubs: *const Struct_TclPlatStubs,
pub tclIntStubs: *const Struct_TclIntStubs,
pub tclIntPlatStubs: *const Struct_TclIntPlatStubs,
}Fields§
§tclPlatStubs: *const Struct_TclPlatStubs§tclIntStubs: *const Struct_TclIntStubs§tclIntPlatStubs: *const Struct_TclIntPlatStubsTrait Implementations§
Source§impl Default for Struct_Unnamed10
impl Default for Struct_Unnamed10
Source§fn default() -> Struct_Unnamed10
fn default() -> Struct_Unnamed10
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Unnamed10
impl RefUnwindSafe for Struct_Unnamed10
impl !Send for Struct_Unnamed10
impl !Sync for Struct_Unnamed10
impl Unpin for Struct_Unnamed10
impl UnwindSafe for Struct_Unnamed10
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