#[repr(C)]pub struct TranslationalAlignmentRaw {
pub tx: f64,
pub ty: f64,
}Expand description
Mirrors VNTranslationalAlignmentRaw.
Fields§
§tx: f64§ty: f64Auto Trait Implementations§
impl Freeze for TranslationalAlignmentRaw
impl RefUnwindSafe for TranslationalAlignmentRaw
impl Send for TranslationalAlignmentRaw
impl Sync for TranslationalAlignmentRaw
impl Unpin for TranslationalAlignmentRaw
impl UnsafeUnpin for TranslationalAlignmentRaw
impl UnwindSafe for TranslationalAlignmentRaw
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