pub struct StaticTrackItem {
pub step: TrackStep,
pub value: f64,
}Expand description
スクリプトを伴わない単一値トラックを表します。
Fields§
§step: TrackStep移動単位。
value: f64値。
Trait Implementations§
Source§impl Clone for StaticTrackItem
impl Clone for StaticTrackItem
Source§fn clone(&self) -> StaticTrackItem
fn clone(&self) -> StaticTrackItem
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 StaticTrackItem
impl Debug for StaticTrackItem
Source§impl Display for StaticTrackItem
impl Display for StaticTrackItem
Source§impl FromStr for StaticTrackItem
impl FromStr for StaticTrackItem
Source§impl PartialEq for StaticTrackItem
impl PartialEq for StaticTrackItem
impl StructuralPartialEq for StaticTrackItem
Auto Trait Implementations§
impl Freeze for StaticTrackItem
impl RefUnwindSafe for StaticTrackItem
impl Send for StaticTrackItem
impl Sync for StaticTrackItem
impl Unpin for StaticTrackItem
impl UnwindSafe for StaticTrackItem
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