pub struct BodyIndexFrameSource { /* private fields */ }Implementations§
Source§impl BodyIndexFrameSource
impl BodyIndexFrameSource
pub fn subscribe_frame_captured( &self, waitable_handle: &mut WAITABLE_HANDLE, ) -> Result<(), Error>
pub fn unsubscribe_frame_captured( &self, handle: WAITABLE_HANDLE, ) -> Result<(), Error>
pub fn get_frame_captured_event_data( &self, handle: WAITABLE_HANDLE, ) -> Result<FrameCapturedEventArgs, Error>
pub fn get_is_active(&self) -> Result<bool, Error>
pub fn open_reader(&self) -> Result<BodyIndexFrameReader, Error>
pub fn get_frame_description(&self) -> Result<FrameDescription, Error>
pub fn get_kinect_sensor(&self) -> Result<KinectSensor, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BodyIndexFrameSource
impl RefUnwindSafe for BodyIndexFrameSource
impl !Send for BodyIndexFrameSource
impl !Sync for BodyIndexFrameSource
impl Unpin for BodyIndexFrameSource
impl UnwindSafe for BodyIndexFrameSource
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