pub struct InkOverflow {
pub left: f64,
pub right: f64,
pub top: f64,
pub bot: f64,
}
Fields§
§left: f64
§right: f64
§top: f64
§bot: f64
Implementations§
Trait Implementations§
Source§impl Clone for InkOverflow
impl Clone for InkOverflow
Source§fn clone(&self) -> InkOverflow
fn clone(&self) -> InkOverflow
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for InkOverflow
impl RefUnwindSafe for InkOverflow
impl Send for InkOverflow
impl Sync for InkOverflow
impl Unpin for InkOverflow
impl UnwindSafe for InkOverflow
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