Struct xcb::render::Transform
[−]
[src]
pub struct Transform { pub base: xcb_render_transform_t, }
Fields
base: xcb_render_transform_t
Methods
impl Transform
[src]
fn new(
matrix11: Fixed,
matrix12: Fixed,
matrix13: Fixed,
matrix21: Fixed,
matrix22: Fixed,
matrix23: Fixed,
matrix31: Fixed,
matrix32: Fixed,
matrix33: Fixed
) -> Transform
matrix11: Fixed,
matrix12: Fixed,
matrix13: Fixed,
matrix21: Fixed,
matrix22: Fixed,
matrix23: Fixed,
matrix31: Fixed,
matrix32: Fixed,
matrix33: Fixed
) -> Transform
fn matrix11(&self) -> Fixed
fn matrix12(&self) -> Fixed
fn matrix13(&self) -> Fixed
fn matrix21(&self) -> Fixed
fn matrix22(&self) -> Fixed
fn matrix23(&self) -> Fixed
fn matrix31(&self) -> Fixed
fn matrix32(&self) -> Fixed
fn matrix33(&self) -> Fixed
Trait Implementations
impl Copy for Transform
[src]
impl Clone for Transform
[src]
fn clone(&self) -> Transform
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more