pub struct SvgViewBox {
pub min_x: f64,
pub min_y: f64,
pub width: f64,
pub height: f64,
}Fields§
§min_x: f64§min_y: f64§width: f64§height: f64Implementations§
Source§impl SvgViewBox
impl SvgViewBox
Trait Implementations§
Source§impl Clone for SvgViewBox
impl Clone for SvgViewBox
Source§fn clone(&self) -> SvgViewBox
fn clone(&self) -> SvgViewBox
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 SvgViewBox
impl Debug for SvgViewBox
Source§impl PartialEq for SvgViewBox
impl PartialEq for SvgViewBox
Source§fn eq(&self, other: &SvgViewBox) -> bool
fn eq(&self, other: &SvgViewBox) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SvgViewBox
impl StructuralPartialEq for SvgViewBox
Auto Trait Implementations§
impl Freeze for SvgViewBox
impl RefUnwindSafe for SvgViewBox
impl Send for SvgViewBox
impl Sync for SvgViewBox
impl Unpin for SvgViewBox
impl UnsafeUnpin for SvgViewBox
impl UnwindSafe for SvgViewBox
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