#[repr(C)]pub struct LanePositionResult { /* private fields */ }
Trait Implementations§
Source§impl ExternType for LanePositionResult
impl ExternType for LanePositionResult
impl UniquePtrTarget for LanePositionResult
Auto Trait Implementations§
impl Freeze for LanePositionResult
impl RefUnwindSafe for LanePositionResult
impl !Send for LanePositionResult
impl !Sync for LanePositionResult
impl !Unpin for LanePositionResult
impl UnwindSafe for LanePositionResult
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