#[repr(C)]pub struct mbuf_raw_video_frame_cbs {
pub pre_release: mbuf_raw_video_frame_pre_release_t,
pub pre_release_userdata: *mut c_void,
}Expand description
Optional callback functions structure for mbuf_raw_video_frame.
Fields§
§pre_release: mbuf_raw_video_frame_pre_release_tPre-release callback function
pre_release_userdata: *mut c_voidUserdata for the pre-release callback function
Trait Implementations§
Source§impl Clone for mbuf_raw_video_frame_cbs
impl Clone for mbuf_raw_video_frame_cbs
Source§fn clone(&self) -> mbuf_raw_video_frame_cbs
fn clone(&self) -> mbuf_raw_video_frame_cbs
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_raw_video_frame_cbs
impl Debug for mbuf_raw_video_frame_cbs
impl Copy for mbuf_raw_video_frame_cbs
Auto Trait Implementations§
impl Freeze for mbuf_raw_video_frame_cbs
impl RefUnwindSafe for mbuf_raw_video_frame_cbs
impl !Send for mbuf_raw_video_frame_cbs
impl !Sync for mbuf_raw_video_frame_cbs
impl Unpin for mbuf_raw_video_frame_cbs
impl UnwindSafe for mbuf_raw_video_frame_cbs
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