#[repr(C)]pub struct janus_sdp {Show 13 fields
pub version: c_int,
pub o_name: *mut c_char,
pub o_sessid: guint64,
pub o_version: guint64,
pub o_ipv4: gboolean,
pub o_addr: *mut c_char,
pub s_name: *mut c_char,
pub t_start: guint64,
pub t_stop: guint64,
pub c_ipv4: gboolean,
pub c_addr: *mut c_char,
pub attributes: *mut GList,
pub m_lines: *mut GList,
}Fields§
§version: c_int§o_name: *mut c_char§o_sessid: guint64§o_version: guint64§o_ipv4: gboolean§o_addr: *mut c_char§s_name: *mut c_char§t_start: guint64§t_stop: guint64§c_ipv4: gboolean§c_addr: *mut c_char§attributes: *mut GList§m_lines: *mut GListTrait Implementations§
Auto Trait Implementations§
impl Freeze for janus_sdp
impl RefUnwindSafe for janus_sdp
impl !Send for janus_sdp
impl !Sync for janus_sdp
impl Unpin for janus_sdp
impl UnwindSafe for janus_sdp
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