Struct gpui2::RenderGlyphParams
source · pub struct RenderGlyphParams { /* private fields */ }
Trait Implementations§
source§impl Clone for RenderGlyphParams
impl Clone for RenderGlyphParams
source§fn clone(&self) -> RenderGlyphParams
fn clone(&self) -> RenderGlyphParams
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 Debug for RenderGlyphParams
impl Debug for RenderGlyphParams
source§impl From<RenderGlyphParams> for AtlasKey
impl From<RenderGlyphParams> for AtlasKey
source§fn from(params: RenderGlyphParams) -> Self
fn from(params: RenderGlyphParams) -> Self
Converts to this type from the input type.
source§impl Hash for RenderGlyphParams
impl Hash for RenderGlyphParams
source§impl PartialEq<RenderGlyphParams> for RenderGlyphParams
impl PartialEq<RenderGlyphParams> for RenderGlyphParams
source§fn eq(&self, other: &RenderGlyphParams) -> bool
fn eq(&self, other: &RenderGlyphParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RenderGlyphParams
impl StructuralPartialEq for RenderGlyphParams
Auto Trait Implementations§
impl RefUnwindSafe for RenderGlyphParams
impl Send for RenderGlyphParams
impl Sync for RenderGlyphParams
impl Unpin for RenderGlyphParams
impl UnwindSafe for RenderGlyphParams
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.