#[repr(C)]pub struct k4a_float3_t__xyz {
pub x: f32,
pub y: f32,
pub z: f32,
}Expand description
XYZ or array representation of vector.
Fields§
§x: f32< X component of a vector.
y: f32< Y component of a vector.
z: f32< Z component of a vector.
Trait Implementations§
Source§impl Clone for k4a_float3_t__xyz
impl Clone for k4a_float3_t__xyz
Source§fn clone(&self) -> k4a_float3_t__xyz
fn clone(&self) -> k4a_float3_t__xyz
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 Debug for k4a_float3_t__xyz
impl Debug for k4a_float3_t__xyz
impl Copy for k4a_float3_t__xyz
Auto Trait Implementations§
impl Freeze for k4a_float3_t__xyz
impl RefUnwindSafe for k4a_float3_t__xyz
impl Send for k4a_float3_t__xyz
impl Sync for k4a_float3_t__xyz
impl Unpin for k4a_float3_t__xyz
impl UnwindSafe for k4a_float3_t__xyz
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