pub struct SvgScale(/* private fields */);Trait Implementations§
Source§impl SvgTransformEl for SvgScale
impl SvgTransformEl for SvgScale
fn to_transform(&self) -> String
Auto Trait Implementations§
impl Freeze for SvgScale
impl RefUnwindSafe for SvgScale
impl Send for SvgScale
impl Sync for SvgScale
impl Unpin for SvgScale
impl UnwindSafe for SvgScale
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