[−][src]Struct janus_plugin::Plugin
Fields
init: unsafe extern "C" fn(*mut janus_callbacks, *const i8) -> i32destroy: unsafe extern "C" fn()get_api_compatibility: unsafe extern "C" fn() -> i32get_version: unsafe extern "C" fn() -> i32get_version_string: unsafe extern "C" fn() -> *const i8get_description: unsafe extern "C" fn() -> *const i8get_name: unsafe extern "C" fn() -> *const i8get_package: unsafe extern "C" fn() -> *const i8create_session: unsafe extern "C" fn(*mut janus_plugin_session, *mut i32)handle_message: unsafe extern "C" fn(*mut janus_plugin_session, *mut i8, *mut json_t, *mut json_t) -> *mut janus_plugin_resulthandle_admin_message: unsafe extern "C" fn(*mut json_t) -> *mut json_tsetup_media: unsafe extern "C" fn(*mut janus_plugin_session)incoming_rtp: unsafe extern "C" fn(*mut janus_plugin_session, *mut janus_plugin_rtp)incoming_rtcp: unsafe extern "C" fn(*mut janus_plugin_session, *mut janus_plugin_rtcp)incoming_data: unsafe extern "C" fn(*mut janus_plugin_session, *mut janus_plugin_data)slow_link: unsafe extern "C" fn(*mut janus_plugin_session, i32, i32)hangup_media: unsafe extern "C" fn(*mut janus_plugin_session)destroy_session: unsafe extern "C" fn(*mut janus_plugin_session, *mut i32)query_session: unsafe extern "C" fn(*mut janus_plugin_session) -> *mut json_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for janus_plugin
impl Send for janus_plugin
impl Sync for janus_plugin
impl Unpin for janus_plugin
impl UnwindSafe for janus_plugin
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>,