#[repr(C)]pub struct RoadGeometry { /* private fields */ }
Implementations§
Source§impl RoadGeometry
impl RoadGeometry
pub fn num_junctions(&self) -> i32
Source§impl RoadGeometry
impl RoadGeometry
pub fn linear_tolerance(&self) -> f64
Source§impl RoadGeometry
impl RoadGeometry
pub fn angular_tolerance(&self) -> f64
Source§impl RoadGeometry
impl RoadGeometry
pub fn num_branch_points(&self) -> i32
Trait Implementations§
Source§impl ExternType for RoadGeometry
impl ExternType for RoadGeometry
Auto Trait Implementations§
impl Freeze for RoadGeometry
impl RefUnwindSafe for RoadGeometry
impl !Send for RoadGeometry
impl !Sync for RoadGeometry
impl !Unpin for RoadGeometry
impl UnwindSafe for RoadGeometry
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