#[repr(C)]pub struct PluginRtpPacket {
pub video: i8,
pub buffer: *mut i8,
pub length: i16,
pub extensions: janus_plugin_rtp_extensions,
}
Fields§
§video: i8
§buffer: *mut i8
§length: i16
§extensions: janus_plugin_rtp_extensions
Trait 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