#[repr(C)]pub struct NetInterpAngles {
pub Pitch: f32,
pub Yaw: f32,
pub RotX: f32,
pub RotZ: f32,
}
Fields§
§Pitch: f32
§Yaw: f32
§RotX: f32
§RotZ: f32
Trait Implementations§
Source§impl Clone for NetInterpAngles
impl Clone for NetInterpAngles
Source§fn clone(&self) -> NetInterpAngles
fn clone(&self) -> NetInterpAngles
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 NetInterpAngles
impl Debug for NetInterpAngles
Source§impl PartialEq for NetInterpAngles
impl PartialEq for NetInterpAngles
impl Copy for NetInterpAngles
impl StructuralPartialEq for NetInterpAngles
Auto Trait Implementations§
impl Freeze for NetInterpAngles
impl RefUnwindSafe for NetInterpAngles
impl Send for NetInterpAngles
impl Sync for NetInterpAngles
impl Unpin for NetInterpAngles
impl UnwindSafe for NetInterpAngles
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