Struct script::dom::rtcsessiondescription::RTCSessionDescription
source · #[repr(C)]pub struct RTCSessionDescription {
reflector: Reflector,
ty: RTCSdpType,
sdp: DOMString,
}
Fields§
§reflector: Reflector
§ty: RTCSdpType
§sdp: DOMString
Implementations§
source§impl RTCSessionDescription
impl RTCSessionDescription
fn __assert_parent_type(&self)
source§impl RTCSessionDescription
impl RTCSessionDescription
pub fn new_inherited(ty: RTCSdpType, sdp: DOMString) -> RTCSessionDescription
pub fn new(
global: &GlobalScope,
ty: RTCSdpType,
sdp: DOMString
) -> Root<Dom<RTCSessionDescription>>
pub fn Constructor(
window: &Window,
config: &RTCSessionDescriptionInit
) -> Result<Root<Dom<RTCSessionDescription>>, Error>
Trait Implementations§
source§impl DomObject for RTCSessionDescription
impl DomObject for RTCSessionDescription
source§impl DomObjectWrap for RTCSessionDescription
impl DomObjectWrap for RTCSessionDescription
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::RTCSessionDescriptionBinding::RTCSessionDescriptionBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::rtcsessiondescription::RTCSessionDescription>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::rtcsessiondescription::RTCSessionDescription>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::RTCSessionDescriptionBinding::RTCSessionDescriptionBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::rtcsessiondescription::RTCSessionDescription>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::rtcsessiondescription::RTCSessionDescription>>}
Function pointer to the general wrap function type
source§impl HasParent for RTCSessionDescription
impl HasParent for RTCSessionDescription
source§impl IDLInterface for RTCSessionDescription
impl IDLInterface for RTCSessionDescription
source§impl JSTraceable for RTCSessionDescription
impl JSTraceable for RTCSessionDescription
source§impl MallocSizeOf for RTCSessionDescription
impl MallocSizeOf for RTCSessionDescription
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for RTCSessionDescription
impl MutDomObject for RTCSessionDescription
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<RTCSessionDescription> for RTCSessionDescription
impl PartialEq<RTCSessionDescription> for RTCSessionDescription
source§fn eq(&self, other: &RTCSessionDescription) -> bool
fn eq(&self, other: &RTCSessionDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
impl !RefUnwindSafe for RTCSessionDescription
impl !Send for RTCSessionDescription
impl !Sync for RTCSessionDescription
impl Unpin for RTCSessionDescription
impl UnwindSafe for RTCSessionDescription
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert