#[repr(C)]pub struct _k4a_version_t {
pub major: u32,
pub minor: u32,
pub iteration: u32,
}Expand description
Version information.
\xmlonly
Fields§
§major: u32< Major version; represents a breaking change.
minor: u32< Minor version; represents additional features, no regression from lower versions with same major version.
iteration: u32< Reserved.
Trait Implementations§
Source§impl Clone for _k4a_version_t
impl Clone for _k4a_version_t
Source§fn clone(&self) -> _k4a_version_t
fn clone(&self) -> _k4a_version_t
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_version_t
impl Debug for _k4a_version_t
impl Copy for _k4a_version_t
Auto Trait Implementations§
impl Freeze for _k4a_version_t
impl RefUnwindSafe for _k4a_version_t
impl Send for _k4a_version_t
impl Sync for _k4a_version_t
impl Unpin for _k4a_version_t
impl UnwindSafe for _k4a_version_t
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