#[repr(C, packed(1))]pub struct COutput_GetCameraRotationQuaternion {
pub Result: CEnum,
pub Rotation: [f64; 4],
}Expand description
ⓘ
@privateFields§
§Result: CEnum§Rotation: [f64; 4]Trait Implementations§
Source§impl Clone for COutput_GetCameraRotationQuaternion
impl Clone for COutput_GetCameraRotationQuaternion
Source§fn clone(&self) -> COutput_GetCameraRotationQuaternion
fn clone(&self) -> COutput_GetCameraRotationQuaternion
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 moreimpl Copy for COutput_GetCameraRotationQuaternion
Auto Trait Implementations§
impl Freeze for COutput_GetCameraRotationQuaternion
impl RefUnwindSafe for COutput_GetCameraRotationQuaternion
impl Send for COutput_GetCameraRotationQuaternion
impl Sync for COutput_GetCameraRotationQuaternion
impl Unpin for COutput_GetCameraRotationQuaternion
impl UnwindSafe for COutput_GetCameraRotationQuaternion
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