#[repr(C)]pub struct video_frame { /* private fields */ }
Trait Implementations§
Source§impl Clone for video_frame
impl Clone for video_frame
Source§fn clone(&self) -> video_frame
fn clone(&self) -> video_frame
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 video_frame
impl Debug for video_frame
impl Copy for video_frame
Auto Trait Implementations§
impl Freeze for video_frame
impl RefUnwindSafe for video_frame
impl Send for video_frame
impl Sync for video_frame
impl Unpin for video_frame
impl UnwindSafe for video_frame
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