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