pub struct VideoState { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for VideoState
impl Clone for VideoState
Source§fn clone(&self) -> VideoState
fn clone(&self) -> VideoState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VideoState
impl Debug for VideoState
Source§impl Hash for VideoState
impl Hash for VideoState
Source§impl PartialEq for VideoState
impl PartialEq for VideoState
impl Eq for VideoState
impl StructuralPartialEq for VideoState
Auto Trait Implementations§
impl Freeze for VideoState
impl RefUnwindSafe for VideoState
impl Send for VideoState
impl Sync for VideoState
impl Unpin for VideoState
impl UnwindSafe for VideoState
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