pub struct Calibration(pub k4a_calibration_t);
Tuple Fields§
§0: k4a_calibration_t
Implementations§
Source§impl Calibration
impl Calibration
pub fn default() -> Self
Sourcepub fn color_camera_resolution_width(&self) -> i32
pub fn color_camera_resolution_width(&self) -> i32
Return the Calibration’s color camera resolution width.
Sourcepub fn color_camera_resolution_height(&self) -> i32
pub fn color_camera_resolution_height(&self) -> i32
Return the Calibration’s color camera resolution height.
Sourcepub fn depth_camera_resolution_width(&self) -> i32
pub fn depth_camera_resolution_width(&self) -> i32
Return the Calibration’s depth camera resolution width.
Sourcepub fn depth_camera_resolution_height(&self) -> i32
pub fn depth_camera_resolution_height(&self) -> i32
Return the Calibration’s depth camera resolution height.
pub fn debug_print(&self)
Trait Implementations§
Source§impl Clone for Calibration
impl Clone for Calibration
Source§fn clone(&self) -> Calibration
fn clone(&self) -> Calibration
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 moreAuto Trait Implementations§
impl Freeze for Calibration
impl RefUnwindSafe for Calibration
impl Send for Calibration
impl Sync for Calibration
impl Unpin for Calibration
impl UnwindSafe for Calibration
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