pub enum TrackLane {
Live,
Staged,
}Expand description
Which lane lane_for assigns an arriving segment.
Variants§
Trait Implementations§
impl Copy for TrackLane
impl Eq for TrackLane
impl StructuralPartialEq for TrackLane
Auto Trait Implementations§
impl Freeze for TrackLane
impl RefUnwindSafe for TrackLane
impl Send for TrackLane
impl Sync for TrackLane
impl Unpin for TrackLane
impl UnsafeUnpin for TrackLane
impl UnwindSafe for TrackLane
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