pub struct PresetDash {
pub value: ST_PresetLineDashVal,
/* private fields */
}Expand description
A preset line dash and any extension children inside it.
Fields§
§value: ST_PresetLineDashValImplementations§
Source§impl PresetDash
impl PresetDash
pub fn new(value: ST_PresetLineDashVal) -> Self
Trait Implementations§
Source§impl Clone for PresetDash
impl Clone for PresetDash
Source§fn clone(&self) -> PresetDash
fn clone(&self) -> PresetDash
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 PresetDash
impl Debug for PresetDash
impl Eq for PresetDash
Source§impl PartialEq for PresetDash
impl PartialEq for PresetDash
impl StructuralPartialEq for PresetDash
Auto Trait Implementations§
impl Freeze for PresetDash
impl RefUnwindSafe for PresetDash
impl Send for PresetDash
impl Sync for PresetDash
impl Unpin for PresetDash
impl UnsafeUnpin for PresetDash
impl UnwindSafe for PresetDash
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