Struct SignalsInWebRtcPeerConnection
pub struct SignalsInWebRtcPeerConnection<'c> { /* private fields */ }
Expand description
A collection of signals for the WebRtcPeerConnection
class.
Implementations§
§impl<'c> SignalsInWebRtcPeerConnection<'c>
impl<'c> SignalsInWebRtcPeerConnection<'c>
pub fn session_description_created(
&mut self,
) -> SigSessionDescriptionCreated<'c>
pub fn session_description_created( &mut self, ) -> SigSessionDescriptionCreated<'c>
Signature: (type_: GString, sdp: GString)
pub fn ice_candidate_created(&mut self) -> SigIceCandidateCreated<'c>
pub fn ice_candidate_created(&mut self) -> SigIceCandidateCreated<'c>
Signature: (media: GString, index: i64, name: GString)
pub fn data_channel_received(&mut self) -> SigDataChannelReceived<'c>
pub fn data_channel_received(&mut self) -> SigDataChannelReceived<'c>
Signature: (channel: Gd<WebRtcDataChannel>)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInWebRtcPeerConnection<'c>
impl<'c> RefUnwindSafe for SignalsInWebRtcPeerConnection<'c>
impl<'c> !Send for SignalsInWebRtcPeerConnection<'c>
impl<'c> !Sync for SignalsInWebRtcPeerConnection<'c>
impl<'c> Unpin for SignalsInWebRtcPeerConnection<'c>
impl<'c> !UnwindSafe for SignalsInWebRtcPeerConnection<'c>
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