pub enum SvgPreserveAspectRatioAlignment {
None,
XMinYMin,
XMidYMin,
XMaxYMin,
XMinYMid,
XMidYMid,
XMaxYMid,
XMinYMax,
XMidYMax,
XMaxYMax,
}Variants§
Trait Implementations§
Source§impl Clone for SvgPreserveAspectRatioAlignment
impl Clone for SvgPreserveAspectRatioAlignment
Source§fn clone(&self) -> SvgPreserveAspectRatioAlignment
fn clone(&self) -> SvgPreserveAspectRatioAlignment
Returns a duplicate 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 moreSource§impl Default for SvgPreserveAspectRatioAlignment
impl Default for SvgPreserveAspectRatioAlignment
Source§fn default() -> SvgPreserveAspectRatioAlignment
fn default() -> SvgPreserveAspectRatioAlignment
Returns the “default value” for a type. Read more
impl Copy for SvgPreserveAspectRatioAlignment
Auto Trait Implementations§
impl Freeze for SvgPreserveAspectRatioAlignment
impl RefUnwindSafe for SvgPreserveAspectRatioAlignment
impl Send for SvgPreserveAspectRatioAlignment
impl Sync for SvgPreserveAspectRatioAlignment
impl Unpin for SvgPreserveAspectRatioAlignment
impl UnwindSafe for SvgPreserveAspectRatioAlignment
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