pub struct mbuf_coded_video_frame { /* private fields */ }Trait Implementations§
Source§impl Clone for mbuf_coded_video_frame
impl Clone for mbuf_coded_video_frame
Source§fn clone(&self) -> mbuf_coded_video_frame
fn clone(&self) -> mbuf_coded_video_frame
Returns a duplicate 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 mbuf_coded_video_frame
impl Debug for mbuf_coded_video_frame
impl Copy for mbuf_coded_video_frame
Auto Trait Implementations§
impl Freeze for mbuf_coded_video_frame
impl RefUnwindSafe for mbuf_coded_video_frame
impl Send for mbuf_coded_video_frame
impl Sync for mbuf_coded_video_frame
impl Unpin for mbuf_coded_video_frame
impl UnwindSafe for mbuf_coded_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