#[repr(C)]pub struct LocationUpdate {
pub pos: Vec3,
pub pitch: f32,
pub yaw: f32,
pub rotX: f32,
pub rotZ: f32,
pub flags: cc_uint8,
}
Fields§
§pos: Vec3
§pitch: f32
§yaw: f32
§rotX: f32
§rotZ: f32
§flags: cc_uint8
Trait Implementations§
Source§impl Clone for LocationUpdate
impl Clone for LocationUpdate
Source§fn clone(&self) -> LocationUpdate
fn clone(&self) -> LocationUpdate
Returns a copy 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 LocationUpdate
impl Debug for LocationUpdate
Source§impl PartialEq for LocationUpdate
impl PartialEq for LocationUpdate
impl Copy for LocationUpdate
impl StructuralPartialEq for LocationUpdate
Auto Trait Implementations§
impl Freeze for LocationUpdate
impl RefUnwindSafe for LocationUpdate
impl Send for LocationUpdate
impl Sync for LocationUpdate
impl Unpin for LocationUpdate
impl UnwindSafe for LocationUpdate
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