[][src]Struct pdf::object::PlainRef

pub struct PlainRef {
    pub id: ObjNr,
    pub gen: GenNr,
}

Fields

id: ObjNrgen: GenNr

Trait Implementations

impl Clone for PlainRef[src]

impl Copy for PlainRef[src]

impl Debug for PlainRef[src]

impl Eq for PlainRef[src]

impl From<PlainRef> for Primitive[src]

impl Hash for PlainRef[src]

impl<'a, T> Into<PlainRef> for &'a PromisedRef<T>[src]

impl Object for PlainRef[src]

impl PartialEq<PlainRef> for PlainRef[src]

impl StructuralEq for PlainRef[src]

impl StructuralPartialEq for PlainRef[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> AnyObject for T where
    T: Object + 'static, 
[src]

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.