#[repr(C)]pub struct vmeta_thermal_alignment {
pub rotation: vmeta_euler,
pub valid: u8,
}Fields§
§rotation: vmeta_euler§valid: u8Trait Implementations§
Source§impl Clone for vmeta_thermal_alignment
impl Clone for vmeta_thermal_alignment
Source§fn clone(&self) -> vmeta_thermal_alignment
fn clone(&self) -> vmeta_thermal_alignment
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 moreimpl Copy for vmeta_thermal_alignment
Auto Trait Implementations§
impl Freeze for vmeta_thermal_alignment
impl RefUnwindSafe for vmeta_thermal_alignment
impl Send for vmeta_thermal_alignment
impl Sync for vmeta_thermal_alignment
impl Unpin for vmeta_thermal_alignment
impl UnwindSafe for vmeta_thermal_alignment
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