Struct script_traits::UntrustedNodeAddress
source · pub struct UntrustedNodeAddress(pub *const c_void);
Expand description
The address of a node. Layout sends these back. They must be validated via
from_untrusted_node_address
before they can be used, because we do not trust layout.
Tuple Fields§
§0: *const c_void
Implementations§
source§impl UntrustedNodeAddress
impl UntrustedNodeAddress
sourcepub fn from_id(id: usize) -> UntrustedNodeAddress
pub fn from_id(id: usize) -> UntrustedNodeAddress
Creates an UntrustedNodeAddress
from the given pointer address value.
Trait Implementations§
source§impl Clone for UntrustedNodeAddress
impl Clone for UntrustedNodeAddress
source§fn clone(&self) -> UntrustedNodeAddress
fn clone(&self) -> UntrustedNodeAddress
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 moresource§impl Debug for UntrustedNodeAddress
impl Debug for UntrustedNodeAddress
source§impl<'de> Deserialize<'de> for UntrustedNodeAddress
impl<'de> Deserialize<'de> for UntrustedNodeAddress
source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<UntrustedNodeAddress, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<UntrustedNodeAddress, D::Error>
Deserialize this value from the given Serde deserializer. Read more
source§impl From<OpaqueNode> for UntrustedNodeAddress
impl From<OpaqueNode> for UntrustedNodeAddress
source§fn from(o: OpaqueNode) -> Self
fn from(o: OpaqueNode) -> Self
Converts to this type from the input type.
source§impl From<UntrustedNodeAddress> for UntrustedNodeAddress
impl From<UntrustedNodeAddress> for UntrustedNodeAddress
source§fn from(o: WebRenderUntrustedNodeAddress) -> Self
fn from(o: WebRenderUntrustedNodeAddress) -> Self
Converts to this type from the input type.
source§impl Hash for UntrustedNodeAddress
impl Hash for UntrustedNodeAddress
source§impl MallocSizeOf for UntrustedNodeAddress
impl MallocSizeOf for UntrustedNodeAddress
source§fn size_of(&self, _: &mut MallocSizeOfOps) -> usize
fn size_of(&self, _: &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 PartialEq for UntrustedNodeAddress
impl PartialEq for UntrustedNodeAddress
source§fn eq(&self, other: &UntrustedNodeAddress) -> bool
fn eq(&self, other: &UntrustedNodeAddress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UntrustedNodeAddress
impl Serialize for UntrustedNodeAddress
impl Copy for UntrustedNodeAddress
impl Eq for UntrustedNodeAddress
impl Send for UntrustedNodeAddress
impl StructuralPartialEq for UntrustedNodeAddress
Auto Trait Implementations§
impl Freeze for UntrustedNodeAddress
impl RefUnwindSafe for UntrustedNodeAddress
impl !Sync for UntrustedNodeAddress
impl Unpin for UntrustedNodeAddress
impl UnwindSafe for UntrustedNodeAddress
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
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