pub enum TrackBodySubElement {
T1(u32, f64, f64, Option<FloatOrString>),
T4(u32, f64, f64, FloatOrString, f64, u32, u32, u32, f64),
}
Expand description
A track body sub element
Variants§
Trait Implementations§
Source§impl Clone for TrackBodySubElement
impl Clone for TrackBodySubElement
Source§fn clone(&self) -> TrackBodySubElement
fn clone(&self) -> TrackBodySubElement
Returns a duplicate 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 TrackBodySubElement
impl Debug for TrackBodySubElement
Source§impl Display for TrackBodySubElement
impl Display for TrackBodySubElement
Source§impl PartialEq for TrackBodySubElement
impl PartialEq for TrackBodySubElement
impl StructuralPartialEq for TrackBodySubElement
Auto Trait Implementations§
impl Freeze for TrackBodySubElement
impl RefUnwindSafe for TrackBodySubElement
impl Send for TrackBodySubElement
impl Sync for TrackBodySubElement
impl Unpin for TrackBodySubElement
impl UnwindSafe for TrackBodySubElement
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