enum DrawSrc {
Image(Arc<DecodedImage>),
Canvas(u32, u32, Vec<u8>),
}Expand description
drawImage の転送元。<img> と別の canvas を扱う。
Variants§
Auto Trait Implementations§
impl Freeze for DrawSrc
impl RefUnwindSafe for DrawSrc
impl Send for DrawSrc
impl Sync for DrawSrc
impl Unpin for DrawSrc
impl UnsafeUnpin for DrawSrc
impl UnwindSafe for DrawSrc
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