pub struct PdfVersion {
pub major: u8,
pub minor: u8,
}Expand description
PDF Version information
Fields§
§major: u8§minor: u8Implementations§
Source§impl PdfVersion
impl PdfVersion
Trait Implementations§
Source§impl Clone for PdfVersion
impl Clone for PdfVersion
Source§fn clone(&self) -> PdfVersion
fn clone(&self) -> PdfVersion
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 PdfVersion
impl Debug for PdfVersion
Source§impl Display for PdfVersion
impl Display for PdfVersion
Source§impl PartialEq for PdfVersion
impl PartialEq for PdfVersion
impl StructuralPartialEq for PdfVersion
Auto Trait Implementations§
impl Freeze for PdfVersion
impl RefUnwindSafe for PdfVersion
impl Send for PdfVersion
impl Sync for PdfVersion
impl Unpin for PdfVersion
impl UnwindSafe for PdfVersion
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