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§
Auto Trait Implementations§
impl Freeze for BodyIndexFrameReference
impl RefUnwindSafe for BodyIndexFrameReference
impl !Send for BodyIndexFrameReference
impl !Sync for BodyIndexFrameReference
impl Unpin 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