Struct containers_image_proxy::OpenedImage
source · pub struct OpenedImage(_);Expand description
Opaque identifier for an image
Trait Implementations
sourceimpl Debug for OpenedImage
impl Debug for OpenedImage
sourceimpl PartialEq<OpenedImage> for OpenedImage
impl PartialEq<OpenedImage> for OpenedImage
sourcefn eq(&self, other: &OpenedImage) -> bool
fn eq(&self, other: &OpenedImage) -> bool
impl Eq for OpenedImage
impl StructuralEq for OpenedImage
impl StructuralPartialEq for OpenedImage
Auto Trait Implementations
impl RefUnwindSafe for OpenedImage
impl Send for OpenedImage
impl Sync for OpenedImage
impl Unpin for OpenedImage
impl UnwindSafe for OpenedImage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more