pub struct SolvedTrack { /* private fields */ }Expand description
Detailed layout of a single track, this will normally be deduced from actual track data in response to a caller’s request for a track solution.
Auto Trait Implementations§
impl Freeze for SolvedTrack
impl RefUnwindSafe for SolvedTrack
impl Send for SolvedTrack
impl Sync for SolvedTrack
impl Unpin for SolvedTrack
impl UnwindSafe for SolvedTrack
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