#[repr(C)]pub struct FONSquad {
pub x0: f32,
pub y0: f32,
pub s0: f32,
pub t0: f32,
pub x1: f32,
pub y1: f32,
pub s1: f32,
pub t1: f32,
}Fields§
§x0: f32§y0: f32§s0: f32§t0: f32§x1: f32§y1: f32§s1: f32§t1: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FONSquad
impl RefUnwindSafe for FONSquad
impl Send for FONSquad
impl Sync for FONSquad
impl Unpin for FONSquad
impl UnwindSafe for FONSquad
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