pub struct MarkerPosition {
pub position: usize,
pub marker: MarkerData,
}Fields§
§position: usize§marker: MarkerDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for MarkerPosition
impl RefUnwindSafe for MarkerPosition
impl Send for MarkerPosition
impl Sync for MarkerPosition
impl Unpin for MarkerPosition
impl UnwindSafe for MarkerPosition
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