pub struct Rectangular;Expand description
Rectangular window
Trait Implementations§
Source§impl Clone for Rectangular
impl Clone for Rectangular
Source§fn clone(&self) -> Rectangular
fn clone(&self) -> Rectangular
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 Rectangular
impl Debug for Rectangular
Source§impl Window for Rectangular
impl Window for Rectangular
Source§fn relative_value_at(&self, _: f64) -> f64
fn relative_value_at(&self, _: f64) -> f64
Get value at position
x (where x ranges from -1.0 to 1.0)
multiplied with unknown constantAuto Trait Implementations§
impl Freeze for Rectangular
impl RefUnwindSafe for Rectangular
impl Send for Rectangular
impl Sync for Rectangular
impl Unpin for Rectangular
impl UnsafeUnpin for Rectangular
impl UnwindSafe for Rectangular
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