pub struct PdfStream {
pub dict: PdfDictionary,
pub data: Vec<u8>,
}Expand description
PDF Stream object
Fields§
§dict: PdfDictionary§data: Vec<u8>Implementations§
Trait Implementations§
impl StructuralPartialEq for PdfStream
Auto Trait Implementations§
impl Freeze for PdfStream
impl RefUnwindSafe for PdfStream
impl Send for PdfStream
impl Sync for PdfStream
impl Unpin for PdfStream
impl UnwindSafe for PdfStream
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