Struct usvgr::AspectRatio
source · [−]Expand description
Representation of the preserveAspectRatio attribute.
SVG 2 removed the defer keyword, but we still support it.
Fields
defer: bool<defer> value.
Set to true when defer value is present.
align: Align<align> value.
slice: bool<meetOrSlice> value.
- Set to
truewhenslicevalue is present. - Set to
falsewhenmeetvalue is present or value is not set at all.
Trait Implementations
sourceimpl Clone for AspectRatio
impl Clone for AspectRatio
sourcefn clone(&self) -> AspectRatio
fn clone(&self) -> AspectRatio
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 more
sourceimpl Debug for AspectRatio
impl Debug for AspectRatio
sourceimpl Default for AspectRatio
impl Default for AspectRatio
sourcefn default() -> AspectRatio
fn default() -> AspectRatio
Returns the “default value” for a type. Read more
sourceimpl FromStr for AspectRatio
impl FromStr for AspectRatio
sourceimpl PartialEq<AspectRatio> for AspectRatio
impl PartialEq<AspectRatio> for AspectRatio
sourcefn eq(&self, other: &AspectRatio) -> bool
fn eq(&self, other: &AspectRatio) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for AspectRatio
impl StructuralPartialEq for AspectRatio
Auto Trait Implementations
impl RefUnwindSafe for AspectRatio
impl Send for AspectRatio
impl Sync for AspectRatio
impl Unpin for AspectRatio
impl UnwindSafe for AspectRatio
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
sourceimpl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
sourcefn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.