#[repr(transparent)]pub struct PaintStyle {
pub repr: u8,
}Expand description
绘图样式,与 pk::SkPaint::Style 一致。
Paint style; matches pk::SkPaint::Style.
Fields§
§repr: u8Implementations§
Source§impl PaintStyle
impl PaintStyle
Trait Implementations§
Source§impl Clone for PaintStyle
impl Clone for PaintStyle
Source§impl Debug for PaintStyle
impl Debug for PaintStyle
Source§impl Default for PaintStyle
impl Default for PaintStyle
Source§impl ExternType for PaintStyle
impl ExternType for PaintStyle
Source§impl PartialEq for PaintStyle
impl PartialEq for PaintStyle
impl Copy for PaintStyle
impl Eq for PaintStyle
impl StructuralPartialEq for PaintStyle
Auto Trait Implementations§
impl Freeze for PaintStyle
impl RefUnwindSafe for PaintStyle
impl Send for PaintStyle
impl Sync for PaintStyle
impl Unpin for PaintStyle
impl UnsafeUnpin for PaintStyle
impl UnwindSafe for PaintStyle
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