Struct classicube_sys::LocationUpdate
source ·
[−]#[repr(C)]pub struct LocationUpdate {
pub Pos: Vec3,
pub Pitch: f32,
pub Yaw: f32,
pub RotX: f32,
pub RotZ: f32,
pub Flags: cc_uint8,
pub RelativePos: cc_bool,
}Fields
Pos: Vec3Pitch: f32Yaw: f32RotX: f32RotZ: f32Flags: cc_uint8RelativePos: cc_boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LocationUpdate
impl Send for LocationUpdate
impl Sync for LocationUpdate
impl Unpin for LocationUpdate
impl UnwindSafe for LocationUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more
