Enum core_graphics::context::CGTextDrawingMode
source · #[repr(C)]pub enum CGTextDrawingMode {
CGTextFill,
CGTextStroke,
CGTextFillStroke,
CGTextInvisible,
CGTextFillClip,
CGTextStrokeClip,
CGTextFillStrokeClip,
CGTextClip,
}
Variants§
CGTextFill
CGTextStroke
CGTextFillStroke
CGTextInvisible
CGTextFillClip
CGTextStrokeClip
CGTextFillStrokeClip
CGTextClip
Auto Trait Implementations§
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