#[repr(C)]pub struct janus_plugin_rtp_extensions {
pub audio_level: c_char,
pub audio_level_vad: c_char,
pub video_rotation: c_short,
pub video_back_camera: c_char,
pub video_flipped: c_char,
}Fields§
§audio_level: c_char§audio_level_vad: c_char§video_rotation: c_short§video_back_camera: c_char§video_flipped: c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for janus_plugin_rtp_extensions
impl RefUnwindSafe for janus_plugin_rtp_extensions
impl Send for janus_plugin_rtp_extensions
impl Sync for janus_plugin_rtp_extensions
impl Unpin for janus_plugin_rtp_extensions
impl UnwindSafe for janus_plugin_rtp_extensions
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