Enum webrender_api::GlyphRasterSpace [−][src]
#[repr(u32)]pub enum GlyphRasterSpace { Local(f32), Screen, }
Variants
Local(f32)
Screen
Trait Implementations
impl Clone for GlyphRasterSpace
[src]
impl Clone for GlyphRasterSpace
fn clone(&self) -> GlyphRasterSpace
[src]
fn clone(&self) -> GlyphRasterSpace
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for GlyphRasterSpace
[src]
impl Copy for GlyphRasterSpace
impl Debug for GlyphRasterSpace
[src]
impl Debug for GlyphRasterSpace
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for GlyphRasterSpace
[src]
impl PartialEq for GlyphRasterSpace
fn eq(&self, other: &GlyphRasterSpace) -> bool
[src]
fn eq(&self, other: &GlyphRasterSpace) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &GlyphRasterSpace) -> bool
[src]
fn ne(&self, other: &GlyphRasterSpace) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for GlyphRasterSpace
impl Send for GlyphRasterSpace
impl Sync for GlyphRasterSpace
impl Sync for GlyphRasterSpace