pub struct PDFString { /* private fields */ }Expand description
Represents a PDF string object.
Strings can be either literal or hexadecimal encoded.
Auto Trait Implementations§
impl Freeze for PDFString
impl RefUnwindSafe for PDFString
impl Send for PDFString
impl Sync for PDFString
impl Unpin for PDFString
impl UnwindSafe for PDFString
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