Struct pdf_extract::MediaBox [−][src]
pub struct MediaBox { /* fields omitted */ }Trait Implementations
impl Debug for MediaBox[src]
impl Debug for MediaBoxfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MediaBox[src]
impl Clone for MediaBoxfn clone(&self) -> MediaBox[src]
fn clone(&self) -> MediaBoxReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for MediaBox[src]
impl Copy for MediaBox