#[repr(C)]pub struct parser_lex_strterm {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for parser_lex_strterm
impl Clone for parser_lex_strterm
Source§fn clone(&self) -> parser_lex_strterm
fn clone(&self) -> parser_lex_strterm
Returns a copy 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 parser_lex_strterm
impl Debug for parser_lex_strterm
impl Copy for parser_lex_strterm
Auto Trait Implementations§
impl Freeze for parser_lex_strterm
impl RefUnwindSafe for parser_lex_strterm
impl Send for parser_lex_strterm
impl Sync for parser_lex_strterm
impl Unpin for parser_lex_strterm
impl UnwindSafe for parser_lex_strterm
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