pub struct WeakImage { /* private fields */ }
Expand description
A weak reference to an Image
.
Implementations§
Trait Implementations§
impl Eq for WeakImage
Auto Trait Implementations§
impl Freeze for WeakImage
impl RefUnwindSafe for WeakImage
impl Send for WeakImage
impl Sync for WeakImage
impl Unpin for WeakImage
impl UnwindSafe for WeakImage
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