pub struct VideoFrameGenerator {
pub frame_number: usize,
/* private fields */
}Fields§
§frame_number: usizeImplementations§
Auto Trait Implementations§
impl Freeze for VideoFrameGenerator
impl RefUnwindSafe for VideoFrameGenerator
impl Send for VideoFrameGenerator
impl Sync for VideoFrameGenerator
impl Unpin for VideoFrameGenerator
impl UnwindSafe for VideoFrameGenerator
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