#[repr(C)]pub struct BranchPoint { /* private fields */ }
Implementations§
Source§impl BranchPoint
impl BranchPoint
pub fn road_geometry(&self) -> *const RoadGeometry
Source§impl BranchPoint
impl BranchPoint
pub fn GetConfluentBranches(&self, end: &LaneEnd) -> *const LaneEndSet
Source§impl BranchPoint
impl BranchPoint
pub fn GetOngoingBranches(&self, end: &LaneEnd) -> *const LaneEndSet
Source§impl BranchPoint
impl BranchPoint
pub fn GetASide(&self) -> *const LaneEndSet
Source§impl BranchPoint
impl BranchPoint
pub fn GetBSide(&self) -> *const LaneEndSet
Trait Implementations§
Source§impl ExternType for BranchPoint
impl ExternType for BranchPoint
Auto Trait Implementations§
impl Freeze for BranchPoint
impl RefUnwindSafe for BranchPoint
impl !Send for BranchPoint
impl !Sync for BranchPoint
impl !Unpin for BranchPoint
impl UnwindSafe for BranchPoint
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