#[repr(C)]pub struct SSetLastPosMessageCommand {
pub pos_posF3: *mut f32,
}
Expand description
Assigns a map location to the last text message sent by the AI.
Fields§
§pos_posF3: *mut f32
Trait Implementations§
Source§impl Clone for SSetLastPosMessageCommand
impl Clone for SSetLastPosMessageCommand
Source§fn clone(&self) -> SSetLastPosMessageCommand
fn clone(&self) -> SSetLastPosMessageCommand
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 SSetLastPosMessageCommand
impl Debug for SSetLastPosMessageCommand
impl Copy for SSetLastPosMessageCommand
Auto Trait Implementations§
impl Freeze for SSetLastPosMessageCommand
impl RefUnwindSafe for SSetLastPosMessageCommand
impl !Send for SSetLastPosMessageCommand
impl !Sync for SSetLastPosMessageCommand
impl Unpin for SSetLastPosMessageCommand
impl UnwindSafe for SSetLastPosMessageCommand
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