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