pub struct BodyIndexFrameReference { /* private fields */ }Implementations§
Source§impl BodyIndexFrameReference
impl BodyIndexFrameReference
pub fn acquire_frame(&self) -> Result<BodyIndexFrame, Error>
pub fn get_relative_time(&self) -> Result<TIMESPAN, Error>
Trait Implementations§
Source§impl Drop for BodyIndexFrameReference
impl Drop for BodyIndexFrameReference
Auto Trait Implementations§
impl !Send for BodyIndexFrameReference
impl !Sync for BodyIndexFrameReference
impl Freeze for BodyIndexFrameReference
impl RefUnwindSafe for BodyIndexFrameReference
impl Unpin for BodyIndexFrameReference
impl UnsafeUnpin for BodyIndexFrameReference
impl UnwindSafe for BodyIndexFrameReference
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