pub struct ImageScope { /* private fields */ }Expand description
RAII guard that clears the ambient image map when dropped.
Trait Implementations§
Source§impl Drop for ImageScope
impl Drop for ImageScope
Auto Trait Implementations§
impl Freeze for ImageScope
impl RefUnwindSafe for ImageScope
impl Send for ImageScope
impl Sync for ImageScope
impl Unpin for ImageScope
impl UnsafeUnpin for ImageScope
impl UnwindSafe for ImageScope
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