pub enum SvgMode {
Ignore,
RasterizeFallback,
Native,
}Variants§
Trait Implementations§
impl Copy for SvgMode
impl Eq for SvgMode
impl StructuralPartialEq for SvgMode
Auto Trait Implementations§
impl Freeze for SvgMode
impl RefUnwindSafe for SvgMode
impl Send for SvgMode
impl Sync for SvgMode
impl Unpin for SvgMode
impl UnsafeUnpin for SvgMode
impl UnwindSafe for SvgMode
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