pub struct ParsedRectF64 {
pub x_min: f64,
pub y_min: f64,
pub x_max: f64,
pub y_max: f64,
}Fields§
§x_min: f64§y_min: f64§x_max: f64§y_max: f64Trait Implementations§
Source§impl Clone for ParsedRectF64
impl Clone for ParsedRectF64
Source§fn clone(&self) -> ParsedRectF64
fn clone(&self) -> ParsedRectF64
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParsedRectF64
impl Debug for ParsedRectF64
Source§impl Default for ParsedRectF64
impl Default for ParsedRectF64
Source§fn default() -> ParsedRectF64
fn default() -> ParsedRectF64
Returns the “default value” for a type. Read more
Source§impl PartialEq for ParsedRectF64
impl PartialEq for ParsedRectF64
Source§fn eq(&self, other: &ParsedRectF64) -> bool
fn eq(&self, other: &ParsedRectF64) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ParsedRectF64
impl StructuralPartialEq for ParsedRectF64
Auto Trait Implementations§
impl Freeze for ParsedRectF64
impl RefUnwindSafe for ParsedRectF64
impl Send for ParsedRectF64
impl Sync for ParsedRectF64
impl Unpin for ParsedRectF64
impl UnsafeUnpin for ParsedRectF64
impl UnwindSafe for ParsedRectF64
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