pub enum TrackItem {
Static(StaticTrackItem),
Animated(AnimatedTrackItem),
}Expand description
.aup2に保存されるトラックバー項目を表します。
Variants§
Trait Implementations§
Source§impl FromTableValue for TrackItem
impl FromTableValue for TrackItem
type Err = TrackItemParseError
fn from_table_value(value: &str) -> Result<Self, Self::Err>
impl StructuralPartialEq for TrackItem
Auto Trait Implementations§
impl Freeze for TrackItem
impl RefUnwindSafe for TrackItem
impl Send for TrackItem
impl Sync for TrackItem
impl Unpin for TrackItem
impl UnwindSafe for TrackItem
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