[][src]Struct zathura_plugin::PageInfo

pub struct PageInfo<P: ZathuraPlugin + ?Sized> {
    pub width: f64,
    pub height: f64,
    pub plugin_data: P::PageData,
}

Information needed to configure a document page.

Fields

width: f64height: f64plugin_data: P::PageData

Trait Implementations

impl<P: Debug + ZathuraPlugin + ?Sized> Debug for PageInfo<P> where
    P::PageData: Debug
[src]

Auto Trait Implementations

impl<P: ?Sized> Send for PageInfo<P> where
    <P as ZathuraPlugin>::PageData: Send

impl<P: ?Sized> Sync for PageInfo<P> where
    <P as ZathuraPlugin>::PageData: Sync

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]