#[repr(C)]pub struct fz_point {
pub x: f32,
pub y: f32,
}Expand description
fz_point is a point in a two-dimensional space.
Fields§
§x: f32§y: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_point
impl RefUnwindSafe for fz_point
impl Send for fz_point
impl Sync for fz_point
impl Unpin for fz_point
impl UnwindSafe for fz_point
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