#[repr(C)]pub struct pdf_lexbuf_large {
pub base: pdf_lexbuf,
pub buffer: [c_char; 65280],
}Fields§
§base: pdf_lexbuf§buffer: [c_char; 65280]Trait Implementations§
Source§impl Clone for pdf_lexbuf_large
impl Clone for pdf_lexbuf_large
Source§fn clone(&self) -> pdf_lexbuf_large
fn clone(&self) -> pdf_lexbuf_large
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_large
impl Debug for pdf_lexbuf_large
impl Copy for pdf_lexbuf_large
Auto Trait Implementations§
impl Freeze for pdf_lexbuf_large
impl RefUnwindSafe for pdf_lexbuf_large
impl !Send for pdf_lexbuf_large
impl !Sync for pdf_lexbuf_large
impl Unpin for pdf_lexbuf_large
impl UnwindSafe for pdf_lexbuf_large
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