Struct gpui2::RenderImageParams
source · pub struct RenderImageParams { /* private fields */ }
Trait Implementations§
source§impl Clone for RenderImageParams
impl Clone for RenderImageParams
source§fn clone(&self) -> RenderImageParams
fn clone(&self) -> RenderImageParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<RenderImageParams> for AtlasKey
impl From<RenderImageParams> for AtlasKey
source§fn from(params: RenderImageParams) -> Self
fn from(params: RenderImageParams) -> Self
Converts to this type from the input type.
source§impl Hash for RenderImageParams
impl Hash for RenderImageParams
source§impl PartialEq<RenderImageParams> for RenderImageParams
impl PartialEq<RenderImageParams> for RenderImageParams
source§fn eq(&self, other: &RenderImageParams) -> bool
fn eq(&self, other: &RenderImageParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RenderImageParams
impl StructuralEq for RenderImageParams
impl StructuralPartialEq for RenderImageParams
Auto Trait Implementations§
impl RefUnwindSafe for RenderImageParams
impl Send for RenderImageParams
impl Sync for RenderImageParams
impl Unpin for RenderImageParams
impl UnwindSafe for RenderImageParams
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.