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