#[repr(C)]pub struct b3Matrix3 {
pub cx: b3Vec3,
pub cy: b3Vec3,
pub cz: b3Vec3,
}Expand description
A 3x3 matrix.
Fields§
§cx: b3Vec3§cy: b3Vec3§cz: b3Vec3Trait Implementations§
Auto Trait Implementations§
impl Freeze for b3Matrix3
impl RefUnwindSafe for b3Matrix3
impl Send for b3Matrix3
impl Sync for b3Matrix3
impl Unpin for b3Matrix3
impl UnsafeUnpin for b3Matrix3
impl UnwindSafe for b3Matrix3
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