Struct allegro_sys::transformations::ALLEGRO_TRANSFORM
source · #[repr(C)]pub struct ALLEGRO_TRANSFORM {
pub m: [[c_float; 4]; 4],
}Fields§
§m: [[c_float; 4]; 4]Trait Implementations§
source§impl Clone for ALLEGRO_TRANSFORM
impl Clone for ALLEGRO_TRANSFORM
source§fn clone(&self) -> ALLEGRO_TRANSFORM
fn clone(&self) -> ALLEGRO_TRANSFORM
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ALLEGRO_TRANSFORM
impl Debug for ALLEGRO_TRANSFORM
source§impl PartialEq for ALLEGRO_TRANSFORM
impl PartialEq for ALLEGRO_TRANSFORM
source§fn eq(&self, other: &ALLEGRO_TRANSFORM) -> bool
fn eq(&self, other: &ALLEGRO_TRANSFORM) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ALLEGRO_TRANSFORM
impl PartialOrd for ALLEGRO_TRANSFORM
source§fn partial_cmp(&self, other: &ALLEGRO_TRANSFORM) -> Option<Ordering>
fn partial_cmp(&self, other: &ALLEGRO_TRANSFORM) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ALLEGRO_TRANSFORM
impl StructuralPartialEq for ALLEGRO_TRANSFORM
Auto Trait Implementations§
impl Freeze for ALLEGRO_TRANSFORM
impl RefUnwindSafe for ALLEGRO_TRANSFORM
impl Send for ALLEGRO_TRANSFORM
impl Sync for ALLEGRO_TRANSFORM
impl Unpin for ALLEGRO_TRANSFORM
impl UnwindSafe for ALLEGRO_TRANSFORM
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more