#[repr(C)]pub struct lexbufstate {
pub ptr: *mut c_char,
pub siz: c_int,
pub len: c_int,
}Fields§
§ptr: *mut c_char§siz: c_int§len: c_intTrait Implementations§
Source§impl Clone for lexbufstate
impl Clone for lexbufstate
Source§fn clone(&self) -> lexbufstate
fn clone(&self) -> lexbufstate
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 lexbufstate
impl Debug for lexbufstate
impl Copy for lexbufstate
Auto Trait Implementations§
impl Freeze for lexbufstate
impl RefUnwindSafe for lexbufstate
impl !Send for lexbufstate
impl !Sync for lexbufstate
impl Unpin for lexbufstate
impl UnwindSafe for lexbufstate
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