#[repr(C)]pub struct f0r_param_position {
pub x: f64,
pub y: f64,
}Expand description
The position type. Both position coordinates are in the range [0, 1].
Fields§
§x: f64< x coordinate
y: f64< y coordinate
Trait Implementations§
Source§impl Clone for f0r_param_position
impl Clone for f0r_param_position
Source§fn clone(&self) -> f0r_param_position
fn clone(&self) -> f0r_param_position
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for f0r_param_position
impl Debug for f0r_param_position
impl Copy for f0r_param_position
Auto Trait Implementations§
impl Freeze for f0r_param_position
impl RefUnwindSafe for f0r_param_position
impl Send for f0r_param_position
impl Sync for f0r_param_position
impl Unpin for f0r_param_position
impl UnwindSafe for f0r_param_position
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