Enum freetype::render_mode::RenderMode
source · [−]#[repr(u32)]
pub enum RenderMode {
Normal,
Light,
Mono,
Lcd,
LcdV,
Max,
}
Variants
Normal
Light
Mono
Lcd
LcdV
Max
Trait Implementations
sourceimpl Clone for RenderMode
impl Clone for RenderMode
sourcefn clone(&self) -> RenderMode
fn clone(&self) -> RenderMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for RenderMode
Auto Trait Implementations
impl RefUnwindSafe for RenderMode
impl Send for RenderMode
impl Sync for RenderMode
impl Unpin for RenderMode
impl UnwindSafe for RenderMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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