#[repr(C)]pub struct SSendStartPosCommand {
pub ready: bool,
pub pos_posF3: *mut f32,
}
Fields§
§ready: bool
§pos_posF3: *mut f32
on this position, only x and z matter
Trait Implementations§
Source§impl Clone for SSendStartPosCommand
impl Clone for SSendStartPosCommand
Source§fn clone(&self) -> SSendStartPosCommand
fn clone(&self) -> SSendStartPosCommand
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 SSendStartPosCommand
impl Debug for SSendStartPosCommand
impl Copy for SSendStartPosCommand
Auto Trait Implementations§
impl Freeze for SSendStartPosCommand
impl RefUnwindSafe for SSendStartPosCommand
impl !Send for SSendStartPosCommand
impl !Sync for SSendStartPosCommand
impl Unpin for SSendStartPosCommand
impl UnwindSafe for SSendStartPosCommand
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