Struct sourceview5::PrintCompositor[][src]

pub struct PrintCompositor(_);

Implementations

impl PrintCompositor[src]

pub fn new<P: IsA<Buffer>>(buffer: &P) -> PrintCompositor[src]

Creates a new print compositor that can be used to print buffer.

buffer

the Buffer to print.

Returns

a new print compositor object.

pub fn from_view<P: IsA<View>>(view: &P) -> PrintCompositor[src]

Trait Implementations

impl Clone for PrintCompositor[src]

impl Debug for PrintCompositor[src]

impl Display for PrintCompositor[src]

impl Eq for PrintCompositor[src]

impl Hash for PrintCompositor[src]

impl Ord for PrintCompositor[src]

impl ParentClassIs for PrintCompositor[src]

type Parent = Object

impl<T: ObjectType> PartialEq<T> for PrintCompositor[src]

impl<T: ObjectType> PartialOrd<T> for PrintCompositor[src]

impl StaticType for PrintCompositor[src]

impl StructuralEq for PrintCompositor[src]

Auto Trait Implementations

impl RefUnwindSafe for PrintCompositor

impl !Send for PrintCompositor

impl !Sync for PrintCompositor

impl Unpin for PrintCompositor

impl UnwindSafe for PrintCompositor

Blanket Implementations

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

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

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

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

impl<T> Cast for T where
    T: ObjectType, 

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

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

impl<T> ObjectExt for T where
    T: ObjectType, 

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: SetValue + Send + ToValue + ?Sized

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized

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.