pub struct VideoOption { /* private fields */ }
Trait Implementations§
Source§impl Debug for VideoOption
impl Debug for VideoOption
Source§impl Default for VideoOption
impl Default for VideoOption
Source§fn default() -> VideoOption
fn default() -> VideoOption
Returns the “default value” for a type. Read more
Source§impl PartialEq for VideoOption
impl PartialEq for VideoOption
impl StructuralPartialEq for VideoOption
Auto Trait Implementations§
impl Freeze for VideoOption
impl RefUnwindSafe for VideoOption
impl Send for VideoOption
impl Sync for VideoOption
impl Unpin for VideoOption
impl UnwindSafe for VideoOption
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