pub struct AudioBodyCorrelation { /* private fields */ }Implementations§
Source§impl AudioBodyCorrelation
impl AudioBodyCorrelation
pub fn get_body_tracking_id(&self) -> Result<UINT64, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioBodyCorrelation
impl RefUnwindSafe for AudioBodyCorrelation
impl !Send for AudioBodyCorrelation
impl !Sync for AudioBodyCorrelation
impl Unpin for AudioBodyCorrelation
impl UnwindSafe for AudioBodyCorrelation
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