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