pub struct FrmIvals<'i> { /* private fields */ }
Expand description
The interface to get frame intervals
Implementations§
Source§impl<'i> FrmIvals<'i>
impl<'i> FrmIvals<'i>
Sourcepub async fn fetch_next(&mut self) -> Result<Option<FrmIvalEnum>>
pub async fn fetch_next(&mut self) -> Result<Option<FrmIvalEnum>>
Get next frame interval value
Auto Trait Implementations§
impl<'i> Freeze for FrmIvals<'i>
impl<'i> RefUnwindSafe for FrmIvals<'i>
impl<'i> Send for FrmIvals<'i>
impl<'i> Sync for FrmIvals<'i>
impl<'i> Unpin for FrmIvals<'i>
impl<'i> UnwindSafe for FrmIvals<'i>
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