Struct disco_quick::video::Video
source · pub struct Video {
pub src: String,
pub duration: u32,
pub title: String,
pub description: String,
pub embed: bool,
}Fields§
§src: String§duration: u32§title: String§description: String§embed: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Video
impl Send for Video
impl Sync for Video
impl Unpin for Video
impl UnwindSafe for Video
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