pub struct VideoParser {
pub current_item: Video,
pub item_ready: bool,
/* private fields */
}Fields§
§current_item: Video§item_ready: boolTrait Implementations§
Source§impl Debug for VideoParser
impl Debug for VideoParser
Source§impl Default for VideoParser
impl Default for VideoParser
Source§fn default() -> VideoParser
fn default() -> VideoParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VideoParser
impl RefUnwindSafe for VideoParser
impl Send for VideoParser
impl Sync for VideoParser
impl Unpin for VideoParser
impl UnwindSafe for VideoParser
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