[−][src]Struct janus_plugin::PluginCallbacks
Fields
push_event: extern "C" fn(*mut janus_plugin_session, *mut janus_plugin, *const i8, *mut json_t, *mut json_t) -> i32relay_rtp: extern "C" fn(*mut janus_plugin_session, *mut janus_plugin_rtp)relay_rtcp: extern "C" fn(*mut janus_plugin_session, *mut janus_plugin_rtcp)relay_data: extern "C" fn(*mut janus_plugin_session, *mut janus_plugin_data)send_pli: extern "C" fn(*mut janus_plugin_session)send_remb: extern "C" fn(*mut janus_plugin_session, i32)close_pc: extern "C" fn(*mut janus_plugin_session)end_session: extern "C" fn(*mut janus_plugin_session)events_is_enabled: extern "C" fn() -> i32notify_event: extern "C" fn(*mut janus_plugin, *mut janus_plugin_session, *mut json_t)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for janus_callbacks
impl Send for janus_callbacks
impl Sync for janus_callbacks
impl Unpin for janus_callbacks
impl UnwindSafe for janus_callbacks
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,