[][src]Struct graphicsmagick_sys::_DelegateInfo

#[repr(C)]pub struct _DelegateInfo {
    pub path: *mut c_char,
    pub decode: *mut c_char,
    pub encode: *mut c_char,
    pub commands: *mut c_char,
    pub mode: c_int,
    pub stealth: c_uint,
    pub signature: c_ulong,
    pub previous: *mut _DelegateInfo,
    pub next: *mut _DelegateInfo,
}

Fields

path: *mut c_chardecode: *mut c_charencode: *mut c_charcommands: *mut c_charmode: c_intstealth: c_uintsignature: c_ulongprevious: *mut _DelegateInfonext: *mut _DelegateInfo

Trait Implementations

impl Clone for _DelegateInfo[src]

impl Copy for _DelegateInfo[src]

impl Debug for _DelegateInfo[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.