#[repr(C)]pub struct _tagEOS_AntiCheatCommon_Vec3f {
pub x: f32,
pub y: f32,
pub z: f32,
}Expand description
Vector using left-handed coordinate system (as in Unreal Engine)
Fields§
§x: f32X axis coordinate - forward direction
y: f32Y axis coordinate - right direction
z: f32Z axis coordinate - up direction
Trait Implementations§
Source§impl Clone for _tagEOS_AntiCheatCommon_Vec3f
impl Clone for _tagEOS_AntiCheatCommon_Vec3f
Source§fn clone(&self) -> _tagEOS_AntiCheatCommon_Vec3f
fn clone(&self) -> _tagEOS_AntiCheatCommon_Vec3f
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 Default for _tagEOS_AntiCheatCommon_Vec3f
impl Default for _tagEOS_AntiCheatCommon_Vec3f
Source§fn default() -> _tagEOS_AntiCheatCommon_Vec3f
fn default() -> _tagEOS_AntiCheatCommon_Vec3f
Returns the “default value” for a type. Read more
impl Copy for _tagEOS_AntiCheatCommon_Vec3f
Auto Trait Implementations§
impl Freeze for _tagEOS_AntiCheatCommon_Vec3f
impl RefUnwindSafe for _tagEOS_AntiCheatCommon_Vec3f
impl Send for _tagEOS_AntiCheatCommon_Vec3f
impl Sync for _tagEOS_AntiCheatCommon_Vec3f
impl Unpin for _tagEOS_AntiCheatCommon_Vec3f
impl UnsafeUnpin for _tagEOS_AntiCheatCommon_Vec3f
impl UnwindSafe for _tagEOS_AntiCheatCommon_Vec3f
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