[][src]Struct xcb::ffi::render::xcb_render_transform_t

#[repr(C)]
pub struct xcb_render_transform_t {
    pub matrix11: xcb_render_fixed_t,
    pub matrix12: xcb_render_fixed_t,
    pub matrix13: xcb_render_fixed_t,
    pub matrix21: xcb_render_fixed_t,
    pub matrix22: xcb_render_fixed_t,
    pub matrix23: xcb_render_fixed_t,
    pub matrix31: xcb_render_fixed_t,
    pub matrix32: xcb_render_fixed_t,
    pub matrix33: xcb_render_fixed_t,
}

Fields

matrix11: xcb_render_fixed_tmatrix12: xcb_render_fixed_tmatrix13: xcb_render_fixed_tmatrix21: xcb_render_fixed_tmatrix22: xcb_render_fixed_tmatrix23: xcb_render_fixed_tmatrix31: xcb_render_fixed_tmatrix32: xcb_render_fixed_tmatrix33: xcb_render_fixed_t

Trait Implementations

impl Copy for xcb_render_transform_t[src]

impl Clone for xcb_render_transform_t[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for xcb_render_transform_t

impl Sync for xcb_render_transform_t

impl Send for xcb_render_transform_t

impl UnwindSafe for xcb_render_transform_t

impl RefUnwindSafe for xcb_render_transform_t

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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