pub struct RelativeSpace;Expand description
The relative space, which maps [0.0, 1.0] to the logical space.
Auto Trait Implementations§
impl Freeze for RelativeSpace
impl RefUnwindSafe for RelativeSpace
impl Send for RelativeSpace
impl Sync for RelativeSpace
impl Unpin for RelativeSpace
impl UnwindSafe for RelativeSpace
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