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