#[repr(C)]pub struct HomographicAlignmentRaw {
pub m00: f32,
pub m01: f32,
pub m02: f32,
pub m10: f32,
pub m11: f32,
pub m12: f32,
pub m20: f32,
pub m21: f32,
pub m22: f32,
pub _pad: f32,
}Expand description
Mirrors VNHomographicAlignmentRaw (3×3 row-major matrix).
Fields§
§m00: f32§m01: f32§m02: f32§m10: f32§m11: f32§m12: f32§m20: f32§m21: f32§m22: f32§_pad: f32Auto Trait Implementations§
impl Freeze for HomographicAlignmentRaw
impl RefUnwindSafe for HomographicAlignmentRaw
impl Send for HomographicAlignmentRaw
impl Sync for HomographicAlignmentRaw
impl Unpin for HomographicAlignmentRaw
impl UnsafeUnpin for HomographicAlignmentRaw
impl UnwindSafe for HomographicAlignmentRaw
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