pub struct DepthFrame { /* private fields */ }Implementations§
Source§impl DepthFrame
impl DepthFrame
pub fn copy_frame_data_to_array( &self, frame_data: &mut [u16], ) -> Result<(), Error>
pub fn access_underlying_buffer(&self) -> Result<&[u16], Error>
pub fn get_frame_description(&self) -> Result<FrameDescription, Error>
pub fn get_relative_time(&self) -> Result<TIMESPAN, Error>
pub fn get_depth_frame_source(&self) -> Result<DepthFrameSource, Error>
pub fn get_depth_min_reliable_distance(&self) -> Result<UINT16, Error>
pub fn get_depth_max_reliable_distance(&self) -> Result<UINT16, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DepthFrame
impl RefUnwindSafe for DepthFrame
impl !Send for DepthFrame
impl !Sync for DepthFrame
impl Unpin for DepthFrame
impl UnwindSafe for DepthFrame
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