Enum core_graphics::context::CGTextDrawingMode
source · #[repr(C)]
pub enum CGTextDrawingMode {
CGTextFill,
CGTextStroke,
CGTextFillStroke,
CGTextInvisible,
CGTextFillClip,
CGTextStrokeClip,
CGTextClip,
}
Variants
CGTextFill
CGTextStroke
CGTextFillStroke
CGTextInvisible
CGTextFillClip
CGTextStrokeClip
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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