Struct msfs::sys::ANGLSINCOS16
source · #[repr(C)]pub struct ANGLSINCOS16 {
pub angle: ANGL16,
pub sine: SFRAC16,
pub cosine: SFRAC16,
}
Fields§
§angle: ANGL16
§sine: SFRAC16
§cosine: SFRAC16
Trait Implementations§
source§impl Clone for ANGLSINCOS16
impl Clone for ANGLSINCOS16
source§fn clone(&self) -> ANGLSINCOS16
fn clone(&self) -> ANGLSINCOS16
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 ANGLSINCOS16
impl Debug for ANGLSINCOS16
impl Copy for ANGLSINCOS16
Auto Trait Implementations§
impl RefUnwindSafe for ANGLSINCOS16
impl Send for ANGLSINCOS16
impl Sync for ANGLSINCOS16
impl Unpin for ANGLSINCOS16
impl UnwindSafe for ANGLSINCOS16
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