pub struct ImageHandle(/* private fields */);Expand description
Handle to an image registered on a canvas.
Trait Implementations§
Source§impl Clone for ImageHandle
impl Clone for ImageHandle
Source§fn clone(&self) -> ImageHandle
fn clone(&self) -> ImageHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageHandle
Source§impl Debug for ImageHandle
impl Debug for ImageHandle
impl Eq for ImageHandle
Source§impl PartialEq for ImageHandle
impl PartialEq for ImageHandle
impl StructuralPartialEq for ImageHandle
Auto Trait Implementations§
impl Freeze for ImageHandle
impl RefUnwindSafe for ImageHandle
impl Send for ImageHandle
impl Sync for ImageHandle
impl Unpin for ImageHandle
impl UnsafeUnpin for ImageHandle
impl UnwindSafe for ImageHandle
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