#[repr(transparent)]pub struct OH_Drawing_PathDashStyle(pub c_uint);Available on crate features
api-12 and api-18 only.Expand description
Enumerate path dash style.
Available since API-level: 18
Version: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl OH_Drawing_PathDashStyle
impl OH_Drawing_PathDashStyle
Sourcepub const DRAWING_PATH_DASH_STYLE_TRANSLATE: OH_Drawing_PathDashStyle
pub const DRAWING_PATH_DASH_STYLE_TRANSLATE: OH_Drawing_PathDashStyle
Indicates translation effect.
Sourcepub const DRAWING_PATH_DASH_STYLE_ROTATE: OH_Drawing_PathDashStyle
pub const DRAWING_PATH_DASH_STYLE_ROTATE: OH_Drawing_PathDashStyle
Indicates rotation effect.
Sourcepub const DRAWING_PATH_DASH_STYLE_MORPH: OH_Drawing_PathDashStyle
pub const DRAWING_PATH_DASH_STYLE_MORPH: OH_Drawing_PathDashStyle
Indicates morph effect.
Trait Implementations§
Source§impl Clone for OH_Drawing_PathDashStyle
impl Clone for OH_Drawing_PathDashStyle
Source§fn clone(&self) -> OH_Drawing_PathDashStyle
fn clone(&self) -> OH_Drawing_PathDashStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OH_Drawing_PathDashStyle
impl Debug for OH_Drawing_PathDashStyle
Source§impl Hash for OH_Drawing_PathDashStyle
impl Hash for OH_Drawing_PathDashStyle
Source§impl PartialEq for OH_Drawing_PathDashStyle
impl PartialEq for OH_Drawing_PathDashStyle
Source§fn eq(&self, other: &OH_Drawing_PathDashStyle) -> bool
fn eq(&self, other: &OH_Drawing_PathDashStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OH_Drawing_PathDashStyle
impl Eq for OH_Drawing_PathDashStyle
impl StructuralPartialEq for OH_Drawing_PathDashStyle
Auto Trait Implementations§
impl Freeze for OH_Drawing_PathDashStyle
impl RefUnwindSafe for OH_Drawing_PathDashStyle
impl Send for OH_Drawing_PathDashStyle
impl Sync for OH_Drawing_PathDashStyle
impl Unpin for OH_Drawing_PathDashStyle
impl UnsafeUnpin for OH_Drawing_PathDashStyle
impl UnwindSafe for OH_Drawing_PathDashStyle
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