Struct script::dom::domrectreadonly::DOMRectReadOnly
source · #[repr(C)]pub struct DOMRectReadOnly {
reflector_: Reflector,
x: Cell<f64>,
y: Cell<f64>,
width: Cell<f64>,
height: Cell<f64>,
}
Fields§
§reflector_: Reflector
§x: Cell<f64>
§y: Cell<f64>
§width: Cell<f64>
§height: Cell<f64>
Implementations§
source§impl DOMRectReadOnly
impl DOMRectReadOnly
fn __assert_parent_type(&self)
source§impl DOMRectReadOnly
impl DOMRectReadOnly
pub fn type_id(&self) -> &'static DOMRectReadOnlyTypeId
source§impl DOMRectReadOnly
impl DOMRectReadOnly
pub fn new_inherited(x: f64, y: f64, width: f64, height: f64) -> DOMRectReadOnly
pub fn new(
global: &GlobalScope,
x: f64,
y: f64,
width: f64,
height: f64
) -> Root<Dom<DOMRectReadOnly>>
pub fn Constructor(
global: &GlobalScope,
x: f64,
y: f64,
width: f64,
height: f64
) -> Result<Root<Dom<DOMRectReadOnly>>, Error>
pub fn set_x(&self, value: f64)
pub fn set_y(&self, value: f64)
pub fn set_width(&self, value: f64)
pub fn set_height(&self, value: f64)
Trait Implementations§
source§impl Castable for DOMRectReadOnly
impl Castable for DOMRectReadOnly
source§impl DomObject for DOMRectReadOnly
impl DomObject for DOMRectReadOnly
source§impl DomObjectWrap for DOMRectReadOnly
impl DomObjectWrap for DOMRectReadOnly
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::DOMRectReadOnlyBinding::DOMRectReadOnlyBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::domrectreadonly::DOMRectReadOnly>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::domrectreadonly::DOMRectReadOnly>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::DOMRectReadOnlyBinding::DOMRectReadOnlyBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::domrectreadonly::DOMRectReadOnly>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::domrectreadonly::DOMRectReadOnly>>}
Function pointer to the general wrap function type
source§impl HasParent for DOMRectReadOnly
impl HasParent for DOMRectReadOnly
source§impl IDLInterface for DOMRectReadOnly
impl IDLInterface for DOMRectReadOnly
source§impl JSTraceable for DOMRectReadOnly
impl JSTraceable for DOMRectReadOnly
source§impl MallocSizeOf for DOMRectReadOnly
impl MallocSizeOf for DOMRectReadOnly
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 DOMRectReadOnly
impl MutDomObject for DOMRectReadOnly
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<DOMRectReadOnly> for DOMRectReadOnly
impl PartialEq<DOMRectReadOnly> for DOMRectReadOnly
source§fn eq(&self, other: &DOMRectReadOnly) -> bool
fn eq(&self, other: &DOMRectReadOnly) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToJSValConvertible for DOMRectReadOnly
impl ToJSValConvertible for DOMRectReadOnly
impl DerivedFrom<DOMRectReadOnly> for DOMRect
impl DerivedFrom<DOMRectReadOnly> for DOMRectReadOnly
Auto Trait Implementations§
impl !RefUnwindSafe for DOMRectReadOnly
impl !Send for DOMRectReadOnly
impl !Sync for DOMRectReadOnly
impl Unpin for DOMRectReadOnly
impl UnwindSafe for DOMRectReadOnly
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