#[repr(C)]pub struct ScsEuler {
pub heading: ScsFloat,
pub pitch: ScsFloat,
pub roll: ScsFloat,
}Fields§
§heading: ScsFloat§pitch: ScsFloat§roll: ScsFloatTrait Implementations§
impl Copy for ScsEuler
impl StructuralPartialEq for ScsEuler
Auto Trait Implementations§
impl Freeze for ScsEuler
impl RefUnwindSafe for ScsEuler
impl Send for ScsEuler
impl Sync for ScsEuler
impl Unpin for ScsEuler
impl UnsafeUnpin for ScsEuler
impl UnwindSafe for ScsEuler
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