#[repr(C)]pub struct b2CosSin {
pub cosine: f32,
pub sine: f32,
}Expand description
Cosine and sine pair This uses a custom implementation designed for cross-platform determinism
Fields§
§cosine: f32cosine and sine
sine: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for b2CosSin
impl RefUnwindSafe for b2CosSin
impl Send for b2CosSin
impl Sync for b2CosSin
impl Unpin for b2CosSin
impl UnwindSafe for b2CosSin
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)