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