pub struct mtmd_helper_video { /* private fields */ }Trait Implementations§
Source§impl Clone for mtmd_helper_video
impl Clone for mtmd_helper_video
Source§fn clone(&self) -> mtmd_helper_video
fn clone(&self) -> mtmd_helper_video
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for mtmd_helper_video
Auto Trait Implementations§
impl Freeze for mtmd_helper_video
impl RefUnwindSafe for mtmd_helper_video
impl Send for mtmd_helper_video
impl Sync for mtmd_helper_video
impl Unpin for mtmd_helper_video
impl UnsafeUnpin for mtmd_helper_video
impl UnwindSafe for mtmd_helper_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