#[repr(C)]pub struct SGetNextWaypointPathCommand {
pub pathId: c_int,
pub ret_nextWaypoint_posF3_out: *mut f32,
}
Fields§
§pathId: c_int
§ret_nextWaypoint_posF3_out: *mut f32
Trait Implementations§
Source§impl Clone for SGetNextWaypointPathCommand
impl Clone for SGetNextWaypointPathCommand
Source§fn clone(&self) -> SGetNextWaypointPathCommand
fn clone(&self) -> SGetNextWaypointPathCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SGetNextWaypointPathCommand
impl Debug for SGetNextWaypointPathCommand
impl Copy for SGetNextWaypointPathCommand
Auto Trait Implementations§
impl Freeze for SGetNextWaypointPathCommand
impl RefUnwindSafe for SGetNextWaypointPathCommand
impl !Send for SGetNextWaypointPathCommand
impl !Sync for SGetNextWaypointPathCommand
impl Unpin for SGetNextWaypointPathCommand
impl UnwindSafe for SGetNextWaypointPathCommand
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