[−][src]Struct xcb::render::Transform
Fields
base: xcb_render_transform_t
Methods
impl Transform
[src]
pub fn new(
matrix11: Fixed,
matrix12: Fixed,
matrix13: Fixed,
matrix21: Fixed,
matrix22: Fixed,
matrix23: Fixed,
matrix31: Fixed,
matrix32: Fixed,
matrix33: Fixed
) -> Transform
[src]
matrix11: Fixed,
matrix12: Fixed,
matrix13: Fixed,
matrix21: Fixed,
matrix22: Fixed,
matrix23: Fixed,
matrix31: Fixed,
matrix32: Fixed,
matrix33: Fixed
) -> Transform
pub fn matrix11(&self) -> Fixed
[src]
pub fn matrix12(&self) -> Fixed
[src]
pub fn matrix13(&self) -> Fixed
[src]
pub fn matrix21(&self) -> Fixed
[src]
pub fn matrix22(&self) -> Fixed
[src]
pub fn matrix23(&self) -> Fixed
[src]
pub fn matrix31(&self) -> Fixed
[src]
pub fn matrix32(&self) -> Fixed
[src]
pub fn matrix33(&self) -> Fixed
[src]
Trait Implementations
Auto Trait Implementations
impl Unpin for Transform
impl Sync for Transform
impl Send for Transform
impl UnwindSafe for Transform
impl RefUnwindSafe for Transform
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,