pub enum LineCapStyle {
ButtCap,
RoundCap,
ProjectingSquareCap,
}
Variants§
Auto Trait Implementations§
impl Freeze for LineCapStyle
impl RefUnwindSafe for LineCapStyle
impl Send for LineCapStyle
impl Sync for LineCapStyle
impl Unpin for LineCapStyle
impl UnwindSafe for LineCapStyle
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