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