Struct skia_bindings::SkPathEffect_DashInfo
source · #[repr(C)]pub struct SkPathEffect_DashInfo {
pub fIntervals: *mut SkScalar,
pub fCount: i32,
pub fPhase: SkScalar,
}
Fields§
§fIntervals: *mut SkScalar
§fCount: i32
§fPhase: SkScalar
Trait Implementations§
source§impl Clone for SkPathEffect_DashInfo
impl Clone for SkPathEffect_DashInfo
source§fn clone(&self) -> SkPathEffect_DashInfo
fn clone(&self) -> SkPathEffect_DashInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SkPathEffect_DashInfo
impl Debug for SkPathEffect_DashInfo
impl Copy for SkPathEffect_DashInfo
Auto Trait Implementations§
impl RefUnwindSafe for SkPathEffect_DashInfo
impl !Send for SkPathEffect_DashInfo
impl !Sync for SkPathEffect_DashInfo
impl Unpin for SkPathEffect_DashInfo
impl UnwindSafe for SkPathEffect_DashInfo
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