#[repr(C)]pub struct __float2 {
pub __sinval: f32,
pub __cosval: f32,
}
Fields§
§__sinval: f32
§__cosval: f32
Trait Implementations§
impl Copy for __float2
impl StructuralPartialEq for __float2
Auto Trait Implementations§
impl Freeze for __float2
impl RefUnwindSafe for __float2
impl Send for __float2
impl Sync for __float2
impl Unpin for __float2
impl UnwindSafe for __float2
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