#[repr(C)]pub struct token {
pub tknType: TokenType,
pub __bindgen_anon_1: token__bindgen_ty_1,
pub printForm: *const c_char,
}Fields
tknType: TokenType__bindgen_anon_1: token__bindgen_ty_1printForm: *const c_charTrait Implementations
impl Copy for token
Auto Trait Implementations
impl RefUnwindSafe for token
impl !Send for token
impl !Sync for token
impl Unpin for token
impl UnwindSafe for token
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more