#[repr(C)]pub struct InterpComp {
pub RotYCount: c_int,
pub RotYStates: [f32; 15],
}
Fields§
§RotYCount: c_int
§RotYStates: [f32; 15]
Trait Implementations§
Source§impl Clone for InterpComp
impl Clone for InterpComp
Source§fn clone(&self) -> InterpComp
fn clone(&self) -> InterpComp
Returns a copy 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 moreSource§impl Debug for InterpComp
impl Debug for InterpComp
Source§impl PartialEq for InterpComp
impl PartialEq for InterpComp
impl Copy for InterpComp
impl StructuralPartialEq for InterpComp
Auto Trait Implementations§
impl Freeze for InterpComp
impl RefUnwindSafe for InterpComp
impl Send for InterpComp
impl Sync for InterpComp
impl Unpin for InterpComp
impl UnwindSafe for InterpComp
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