pub struct TrackPosition {}Expand description
A marker for a specific node type. See Node::add_track_position.
Auto Trait Implementations§
impl Freeze for TrackPosition
impl RefUnwindSafe for TrackPosition
impl Send for TrackPosition
impl Sync for TrackPosition
impl Unpin for TrackPosition
impl UnsafeUnpin for TrackPosition
impl UnwindSafe for TrackPosition
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