#[repr(C)]pub struct janus_plugin_rtp {
pub video: c_char,
pub buffer: *mut c_char,
pub length: c_short,
pub extensions: janus_plugin_rtp_extensions,
}Fields§
§video: c_char§buffer: *mut c_char§length: c_short§extensions: janus_plugin_rtp_extensionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for janus_plugin_rtp
impl RefUnwindSafe for janus_plugin_rtp
impl !Send for janus_plugin_rtp
impl !Sync for janus_plugin_rtp
impl Unpin for janus_plugin_rtp
impl UnwindSafe for janus_plugin_rtp
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