#[repr(C)]pub struct AiMatrix3x3 {
pub a1: c_float,
pub a2: c_float,
pub a3: c_float,
pub b1: c_float,
pub b2: c_float,
pub b3: c_float,
pub c1: c_float,
pub c2: c_float,
pub c3: c_float,
}
Fields§
§a1: c_float
§a2: c_float
§a3: c_float
§b1: c_float
§b2: c_float
§b3: c_float
§c1: c_float
§c2: c_float
§c3: c_float
Trait Implementations§
Source§impl Clone for AiMatrix3x3
impl Clone for AiMatrix3x3
Source§fn clone(&self) -> AiMatrix3x3
fn clone(&self) -> AiMatrix3x3
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 AiMatrix3x3
impl Debug for AiMatrix3x3
Source§impl PartialEq for AiMatrix3x3
impl PartialEq for AiMatrix3x3
impl Copy for AiMatrix3x3
impl StructuralPartialEq for AiMatrix3x3
Auto Trait Implementations§
impl Freeze for AiMatrix3x3
impl RefUnwindSafe for AiMatrix3x3
impl Send for AiMatrix3x3
impl Sync for AiMatrix3x3
impl Unpin for AiMatrix3x3
impl UnwindSafe for AiMatrix3x3
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