pub struct DashSample {
pub dashes: Vec<f64>,
pub offset: f64,
}Fields§
§dashes: Vec<f64>§offset: f64Trait Implementations§
Source§impl Clone for DashSample
impl Clone for DashSample
Source§fn clone(&self) -> DashSample
fn clone(&self) -> DashSample
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 DashSample
impl Debug for DashSample
Source§impl<'de> Deserialize<'de> for DashSample
impl<'de> Deserialize<'de> for DashSample
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DashSample
impl PartialEq for DashSample
Source§impl Serialize for DashSample
impl Serialize for DashSample
impl StructuralPartialEq for DashSample
Auto Trait Implementations§
impl Freeze for DashSample
impl RefUnwindSafe for DashSample
impl Send for DashSample
impl Sync for DashSample
impl Unpin for DashSample
impl UnsafeUnpin for DashSample
impl UnwindSafe for DashSample
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