Enum core_graphics::context::CGLineCap
source · #[repr(C)]pub enum CGLineCap {
CGLineCapButt,
CGLineCapRound,
CGLineCapSquare,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CGLineCap
impl Send for CGLineCap
impl Sync for CGLineCap
impl Unpin for CGLineCap
impl UnwindSafe for CGLineCap
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