#[repr(C)]pub struct switch_io_event_hook_video_write_frame {
pub video_write_frame: switch_video_write_frame_hook_t,
pub next: *mut switch_io_event_hook_video_write_frame,
}Expand description
\brief Node in which to store custom video_write_frame channel callback hooks
Fields§
§video_write_frame: switch_video_write_frame_hook_tthe video_write_frame channel callback hook
next: *mut switch_io_event_hook_video_write_frameTrait Implementations§
Source§impl Clone for switch_io_event_hook_video_write_frame
impl Clone for switch_io_event_hook_video_write_frame
Source§fn clone(&self) -> switch_io_event_hook_video_write_frame
fn clone(&self) -> switch_io_event_hook_video_write_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 moreimpl Copy for switch_io_event_hook_video_write_frame
Auto Trait Implementations§
impl Freeze for switch_io_event_hook_video_write_frame
impl RefUnwindSafe for switch_io_event_hook_video_write_frame
impl !Send for switch_io_event_hook_video_write_frame
impl !Sync for switch_io_event_hook_video_write_frame
impl Unpin for switch_io_event_hook_video_write_frame
impl UnwindSafe for switch_io_event_hook_video_write_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