Struct classicube_sys::NetInterpAngles
source · #[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
source§fn eq(&self, other: &NetInterpAngles) -> bool
fn eq(&self, other: &NetInterpAngles) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)