#[repr(C, align(8))]pub struct Tcl_Interp {
pub _bindgen_opaque_blob: [u64; 3],
}
Fields§
§_bindgen_opaque_blob: [u64; 3]
Trait Implementations§
Source§impl Clone for Tcl_Interp
impl Clone for Tcl_Interp
Source§fn clone(&self) -> Tcl_Interp
fn clone(&self) -> Tcl_Interp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Tcl_Interp
impl Debug for Tcl_Interp
impl Copy for Tcl_Interp
Auto Trait Implementations§
impl Freeze for Tcl_Interp
impl RefUnwindSafe for Tcl_Interp
impl Send for Tcl_Interp
impl Sync for Tcl_Interp
impl Unpin for Tcl_Interp
impl UnwindSafe for Tcl_Interp
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