Enum core_graphics2::context::CGTextDrawingMode
source · #[repr(i32)]pub enum CGTextDrawingMode {
Fill = 0,
Stroke = 1,
FillStroke = 2,
Invisible = 3,
FillClip = 4,
StrokeClip = 5,
FillStrokeClip = 6,
Clip = 7,
}Variants§
Fill = 0
Stroke = 1
FillStroke = 2
Invisible = 3
FillClip = 4
StrokeClip = 5
FillStrokeClip = 6
Clip = 7
Trait Implementations§
source§impl Clone for CGTextDrawingMode
impl Clone for CGTextDrawingMode
source§fn clone(&self) -> CGTextDrawingMode
fn clone(&self) -> CGTextDrawingMode
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 CGTextDrawingMode
impl Debug for CGTextDrawingMode
source§impl PartialEq for CGTextDrawingMode
impl PartialEq for CGTextDrawingMode
source§fn eq(&self, other: &CGTextDrawingMode) -> bool
fn eq(&self, other: &CGTextDrawingMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CGTextDrawingMode
impl Eq for CGTextDrawingMode
impl StructuralPartialEq for CGTextDrawingMode
Auto Trait Implementations§
impl Freeze for CGTextDrawingMode
impl RefUnwindSafe for CGTextDrawingMode
impl Send for CGTextDrawingMode
impl Sync for CGTextDrawingMode
impl Unpin for CGTextDrawingMode
impl UnwindSafe for CGTextDrawingMode
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