pub struct SvgSize {
pub width: Option<f64>,
pub height: Option<f64>,
pub width_unit: Option<String>,
pub height_unit: Option<String>,
}Fields§
§width: Option<f64>§height: Option<f64>§width_unit: Option<String>§height_unit: Option<String>Trait Implementations§
impl StructuralPartialEq for SvgSize
Auto Trait Implementations§
impl Freeze for SvgSize
impl RefUnwindSafe for SvgSize
impl Send for SvgSize
impl Sync for SvgSize
impl Unpin for SvgSize
impl UnsafeUnpin for SvgSize
impl UnwindSafe for SvgSize
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