#[repr(C)]pub struct pdf_lexbuf {
pub size: usize,
pub base_size: usize,
pub len: usize,
pub i: i64,
pub f: f32,
pub scratch: *mut c_char,
pub buffer: [c_char; 256],
}Fields§
§size: usize§base_size: usize§len: usize§i: i64§f: f32§scratch: *mut c_char§buffer: [c_char; 256]Trait Implementations§
Source§impl Clone for pdf_lexbuf
impl Clone for pdf_lexbuf
Source§fn clone(&self) -> pdf_lexbuf
fn clone(&self) -> pdf_lexbuf
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 pdf_lexbuf
impl Debug for pdf_lexbuf
impl Copy for pdf_lexbuf
Auto Trait Implementations§
impl Freeze for pdf_lexbuf
impl RefUnwindSafe for pdf_lexbuf
impl !Send for pdf_lexbuf
impl !Sync for pdf_lexbuf
impl Unpin for pdf_lexbuf
impl UnwindSafe for pdf_lexbuf
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