pub struct SendParameters(/* private fields */);
Expand description
Representation of RTCRtpSendParameters.
Implementations§
Source§impl SendParameters
impl SendParameters
Sourcepub fn encodings(&self) -> Box<[SendEncodingParameters]>
pub fn encodings(&self) -> Box<[SendEncodingParameters]>
Returns SendEncodingParameters
of these SendParameters
.
Sourcepub fn handle(&self) -> Dart_Handle
pub fn handle(&self) -> Dart_Handle
Returns the underlying Dart_Handle
of these SendParameters
.
Trait Implementations§
Source§impl Clone for SendParameters
impl Clone for SendParameters
Source§fn clone(&self) -> SendParameters
fn clone(&self) -> SendParameters
Returns a duplicate 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 moreSource§impl Debug for SendParameters
impl Debug for SendParameters
Source§impl From<DartHandle> for SendParameters
impl From<DartHandle> for SendParameters
Source§fn from(value: DartHandle) -> Self
fn from(value: DartHandle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SendParameters
impl RefUnwindSafe for SendParameters
impl !Send for SendParameters
impl !Sync for SendParameters
impl Unpin for SendParameters
impl UnwindSafe for SendParameters
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