pub struct RoadMarking { /* private fields */ }Implementations§
Source§impl RoadMarking
impl RoadMarking
pub fn num_outlines(&self) -> i32
Trait Implementations§
Source§impl ExternType for RoadMarking
impl ExternType for RoadMarking
Auto Trait Implementations§
impl !Freeze for RoadMarking
impl !Send for RoadMarking
impl !Sync for RoadMarking
impl !Unpin for RoadMarking
impl RefUnwindSafe for RoadMarking
impl UnsafeUnpin for RoadMarking
impl UnwindSafe for RoadMarking
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