Struct libliquidfun_sys::box2d::ffi::b2Rot
source · #[repr(C)]pub struct b2Rot {
pub s: f32,
pub c: f32,
}Expand description
Rotation
Fields§
§s: f32Sine and cosine
c: f32Sine and cosine
Implementations§
Trait Implementations§
source§impl ExternType for b2Rot
impl ExternType for b2Rot
source§impl MakeCppStorage for b2Rot
impl MakeCppStorage for b2Rot
impl UniquePtrTarget for b2Rot
impl VectorElement for b2Rot
impl WeakPtrTarget for b2Rot
Auto Trait Implementations§
impl RefUnwindSafe for b2Rot
impl Send for b2Rot
impl Sync for b2Rot
impl Unpin for b2Rot
impl UnwindSafe for b2Rot
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