pub struct PresetDash {
pub val: PresetDashType,
}
Fields§
§val: PresetDashType
Trait Implementations§
Source§impl Clone for PresetDash
impl Clone for PresetDash
Source§fn clone(&self) -> PresetDash
fn clone(&self) -> PresetDash
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 PresetDash
impl Debug for PresetDash
Source§impl Default for PresetDash
impl Default for PresetDash
Source§fn default() -> PresetDash
fn default() -> PresetDash
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for PresetDash
impl<'__input> XmlRead<'__input> 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 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