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