pub struct RotW {
pub c: FloatW,
pub s: FloatW,
}Expand description
Wide rotation. (b2RotW)
Fields§
§c: FloatW§s: FloatWTrait Implementations§
impl Copy for RotW
impl StructuralPartialEq for RotW
Auto Trait Implementations§
impl Freeze for RotW
impl RefUnwindSafe for RotW
impl Send for RotW
impl Sync for RotW
impl Unpin for RotW
impl UnsafeUnpin for RotW
impl UnwindSafe for RotW
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