Struct disco_quick::video::VideoParser
source · 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 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