pub struct PdfHexString { /* private fields */ }Expand description
A PDF hexadecimal string object, e.g., <4E6F76>.
Implementations§
Source§impl PdfHexString
impl PdfHexString
Trait Implementations§
Source§impl Clone for PdfHexString
impl Clone for PdfHexString
Source§fn clone(&self) -> PdfHexString
fn clone(&self) -> PdfHexString
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 PdfHexString
impl Debug for PdfHexString
Source§impl Display for PdfHexString
impl Display for PdfHexString
Source§impl From<PdfHexString> for PdfObject
impl From<PdfHexString> for PdfObject
Source§fn from(v: PdfHexString) -> Self
fn from(v: PdfHexString) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PdfHexString
impl PartialEq for PdfHexString
Source§impl PdfObjectTrait for PdfHexString
impl PdfObjectTrait for PdfHexString
Source§fn size_in_bytes(&self) -> usize
fn size_in_bytes(&self) -> usize
Return the size in bytes when serialized.
impl StructuralPartialEq for PdfHexString
Auto Trait Implementations§
impl Freeze for PdfHexString
impl RefUnwindSafe for PdfHexString
impl Send for PdfHexString
impl Sync for PdfHexString
impl Unpin for PdfHexString
impl UnsafeUnpin for PdfHexString
impl UnwindSafe for PdfHexString
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