pub struct SVGWidget { /* private fields */ }Trait Implementations§
Source§impl From<SVGWidget> for ImageWidget
Available on crate features bmp or dds or dxt or farbfeld or gif or hdr or ico or jpeg_rayon or jpeg or png or pnm or tga or webp only.
impl From<SVGWidget> for ImageWidget
Available on crate features
bmp or dds or dxt or farbfeld or gif or hdr or ico or jpeg_rayon or jpeg or png or pnm or tga or webp only.Source§fn from(t: SVGWidget) -> ImageWidget
fn from(t: SVGWidget) -> ImageWidget
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SVGWidget
impl RefUnwindSafe for SVGWidget
impl Send for SVGWidget
impl Sync for SVGWidget
impl Unpin for SVGWidget
impl UnsafeUnpin for SVGWidget
impl UnwindSafe for SVGWidget
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