pub struct LaneMarkingResult { /* private fields */ }Trait Implementations§
Source§impl ExternType for LaneMarkingResult
impl ExternType for LaneMarkingResult
impl UniquePtrTarget for LaneMarkingResult
impl VectorElement for LaneMarkingResult
Auto Trait Implementations§
impl !Freeze for LaneMarkingResult
impl RefUnwindSafe for LaneMarkingResult
impl !Send for LaneMarkingResult
impl !Sync for LaneMarkingResult
impl !Unpin for LaneMarkingResult
impl UnwindSafe for LaneMarkingResult
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