#[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 duplicate 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§impl PartialOrd for ALLEGRO_TRANSFORM
impl PartialOrd for ALLEGRO_TRANSFORM
impl 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