#[repr(C)]pub struct janus_plugin_rtcp {
pub video: c_char,
pub buffer: *mut c_char,
pub length: c_short,
}Fields§
§video: c_char§buffer: *mut c_char§length: c_shortTrait 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