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