pub struct ImageDraw {
pub image_id: ImageId,
pub transform: Matrix,
pub alpha: f32,
}Fields§
§image_id: ImageId§transform: Matrix§alpha: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageDraw
impl RefUnwindSafe for ImageDraw
impl Send for ImageDraw
impl Sync for ImageDraw
impl Unpin for ImageDraw
impl UnsafeUnpin for ImageDraw
impl UnwindSafe for ImageDraw
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