Fields
left: f64right: f64top: f64bot: f64Implementations
Trait Implementations
sourceimpl Clone for InkOverflow
impl Clone for InkOverflow
sourcefn clone(&self) -> InkOverflow
fn clone(&self) -> InkOverflow
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for InkOverflow
impl Send for InkOverflow
impl Sync for InkOverflow
impl Unpin for InkOverflow
impl UnwindSafe for InkOverflow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more