#[repr(transparent)]pub struct PenCapStyle {
pub repr: i32,
}
Expand description
This enum type defines the line endcap style
Fields§
§repr: i32
Implementations§
Trait Implementations§
Source§impl Clone for PenCapStyle
impl Clone for PenCapStyle
Source§impl ExternType for PenCapStyle
impl ExternType for PenCapStyle
Source§impl PartialEq for PenCapStyle
impl PartialEq for PenCapStyle
impl Copy for PenCapStyle
impl Eq for PenCapStyle
impl StructuralPartialEq for PenCapStyle
Auto Trait Implementations§
impl Freeze for PenCapStyle
impl RefUnwindSafe for PenCapStyle
impl Send for PenCapStyle
impl Sync for PenCapStyle
impl Unpin for PenCapStyle
impl UnwindSafe for PenCapStyle
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