[][src]Union absperf_minilzo_sys::lzo_align_t

#[repr(C)]pub union lzo_align_t {
    pub a00: *mut c_void,
    pub a01: *mut c_uchar,
    pub a02: lzo_uint,
    pub a03: lzo_uint,
    pub a04: c_ulong,
    pub a05: *mut c_void,
    pub a06: *mut c_uchar,
    pub a07: c_ulong,
    pub a08: size_t,
    pub a09: isize,
    pub a10: c_ulong,
    // some fields omitted
}

Fields

a00: *mut c_voida01: *mut c_uchara02: lzo_uinta03: lzo_uinta04: c_ulonga05: *mut c_voida06: *mut c_uchara07: c_ulonga08: size_ta09: isizea10: c_ulong

Trait Implementations

impl Clone for lzo_align_t[src]

impl Copy for lzo_align_t[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.