pub struct PdfArray(pub Vec<PdfObject>);Expand description
PDF Array object
Tuple Fields§
§0: Vec<PdfObject>Implementations§
Trait Implementations§
impl StructuralPartialEq for PdfArray
Auto Trait Implementations§
impl Freeze for PdfArray
impl RefUnwindSafe for PdfArray
impl Send for PdfArray
impl Sync for PdfArray
impl Unpin for PdfArray
impl UnwindSafe for PdfArray
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