[][src]Struct graphicsmagick_sys::_MontageInfo

#[repr(C)]pub struct _MontageInfo {
    pub geometry: *mut c_char,
    pub tile: *mut c_char,
    pub title: *mut c_char,
    pub frame: *mut c_char,
    pub texture: *mut c_char,
    pub font: *mut c_char,
    pub pointsize: f64,
    pub border_width: c_ulong,
    pub shadow: c_uint,
    pub fill: PixelPacket,
    pub stroke: PixelPacket,
    pub background_color: PixelPacket,
    pub border_color: PixelPacket,
    pub matte_color: PixelPacket,
    pub gravity: GravityType,
    pub filename: [c_char; 2053],
    pub signature: c_ulong,
}

Fields

geometry: *mut c_chartile: *mut c_chartitle: *mut c_charframe: *mut c_chartexture: *mut c_charfont: *mut c_charpointsize: f64border_width: c_ulongshadow: c_uintfill: PixelPacketstroke: PixelPacketbackground_color: PixelPacketborder_color: PixelPacketmatte_color: PixelPacketgravity: GravityTypefilename: [c_char; 2053]signature: c_ulong

Trait Implementations

impl Clone for _MontageInfo[src]

impl Copy for _MontageInfo[src]

Auto Trait Implementations

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<T> From<T> for T[src]

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

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.