Struct GstWebRTCICECandidateStats_ABI_abi
Source#[repr(C)]pub struct GstWebRTCICECandidateStats_ABI_abi {
pub foundation: *mut c_char,
pub related_address: *mut c_char,
pub related_port: c_uint,
pub username_fragment: *mut c_char,
pub tcp_type: GstWebRTCICETcpCandidateType,
}
Fields§
§foundation: *mut c_char
§username_fragment: *mut c_char
§tcp_type: GstWebRTCICETcpCandidateType
Trait Implementations§
Source§impl Clone for GstWebRTCICECandidateStats_ABI_abi
impl Clone for GstWebRTCICECandidateStats_ABI_abi
Source§fn clone(&self) -> GstWebRTCICECandidateStats_ABI_abi
fn clone(&self) -> GstWebRTCICECandidateStats_ABI_abi
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 GstWebRTCICECandidateStats_ABI_abi
Auto Trait Implementations§
impl Freeze for GstWebRTCICECandidateStats_ABI_abi
impl RefUnwindSafe for GstWebRTCICECandidateStats_ABI_abi
impl !Send for GstWebRTCICECandidateStats_ABI_abi
impl !Sync for GstWebRTCICECandidateStats_ABI_abi
impl Unpin for GstWebRTCICECandidateStats_ABI_abi
impl UnwindSafe for GstWebRTCICECandidateStats_ABI_abi
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