Enum freetype::render_mode::RenderMode
source · #[repr(u32)]
pub enum RenderMode {
Normal,
Light,
Mono,
Lcd,
LcdV,
Max,
}
Variants§
Trait Implementations§
source§impl Clone for RenderMode
impl Clone for RenderMode
source§fn clone(&self) -> RenderMode
fn clone(&self) -> RenderMode
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 more