pub struct PenStyle(/* private fields */);Expand description
C++ enum: Qt::PenStyle.
Implementations§
Source§impl PenStyle
impl PenStyle
Sourcepub const DashDotLine: PenStyle
pub const DashDotLine: PenStyle
C++ enum variant: DashDotLine = 4
Sourcepub const DashDotDotLine: PenStyle
pub const DashDotDotLine: PenStyle
C++ enum variant: DashDotDotLine = 5
Sourcepub const CustomDashLine: PenStyle
pub const CustomDashLine: PenStyle
C++ enum variant: CustomDashLine = 6
Trait Implementations§
impl Copy for PenStyle
impl Eq for PenStyle
impl StructuralPartialEq for PenStyle
Auto Trait Implementations§
impl Freeze for PenStyle
impl RefUnwindSafe for PenStyle
impl Send for PenStyle
impl Sync for PenStyle
impl Unpin for PenStyle
impl UnsafeUnpin for PenStyle
impl UnwindSafe for PenStyle
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