#[repr(C)]pub struct sdp_session_t {
pub sock: c_int,
pub state: c_int,
pub local: c_int,
pub flags: c_int,
pub tid: u16,
pub priv_: *mut c_void,
}
Fields§
§sock: c_int
§state: c_int
§local: c_int
§flags: c_int
§tid: u16
§priv_: *mut c_void
Trait Implementations§
Source§impl Clone for sdp_session_t
impl Clone for sdp_session_t
Source§fn clone(&self) -> sdp_session_t
fn clone(&self) -> sdp_session_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for sdp_session_t
Auto Trait Implementations§
impl Freeze for sdp_session_t
impl RefUnwindSafe for sdp_session_t
impl !Send for sdp_session_t
impl !Sync for sdp_session_t
impl Unpin for sdp_session_t
impl UnwindSafe for sdp_session_t
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