#[repr(C)]pub struct Tcl_Token {
pub type_: c_int,
pub start: *const c_char,
pub size: c_int,
pub numComponents: c_int,
}
Fields§
§type_: c_int
§start: *const c_char
§size: c_int
§numComponents: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tcl_Token
impl RefUnwindSafe for Tcl_Token
impl !Send for Tcl_Token
impl !Sync for Tcl_Token
impl Unpin for Tcl_Token
impl UnwindSafe for Tcl_Token
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