#[repr(C)]pub struct HandleValueArray {
pub length_: usize,
pub elements_: *const Value,
}
Expand description
A generic handle to an array of rooted values.
The rooted array refernced can take several forms, therfore this is not the same as Handlejs::ValueArray.
Fields§
§length_: usize
§elements_: *const Value
Implementations§
source§impl HandleValueArray
impl HandleValueArray
pub fn new() -> HandleValueArray
pub unsafe fn from_rooted_slice(values: &[Value]) -> HandleValueArray
Trait Implementations§
source§impl Clone for HandleValueArray
impl Clone for HandleValueArray
source§fn clone(&self) -> HandleValueArray
fn clone(&self) -> HandleValueArray
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 HandleValueArray
impl Debug for HandleValueArray
source§impl PartialEq for HandleValueArray
impl PartialEq for HandleValueArray
source§fn eq(&self, other: &HandleValueArray) -> bool
fn eq(&self, other: &HandleValueArray) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HandleValueArray
impl StructuralPartialEq for HandleValueArray
Auto Trait Implementations§
impl Freeze for HandleValueArray
impl RefUnwindSafe for HandleValueArray
impl !Send for HandleValueArray
impl !Sync for HandleValueArray
impl Unpin for HandleValueArray
impl UnwindSafe for HandleValueArray
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<T> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
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