Type Alias mozjs::jsapi::jsid

source ·
pub type jsid = PropertyKey;

Aliased Type§

struct jsid {
    pub asBits_: usize,
}

Fields§

§asBits_: usize

Implementations§

source§

impl PropertyKey

source

pub fn is_void(&self) -> bool

source

pub fn is_int(&self) -> bool

source

pub fn is_string(&self) -> bool

source

pub fn is_symbol(&self) -> bool

source

pub fn is_gcthing(&self) -> bool

source

pub fn to_int(&self) -> i32

source

pub fn to_string(&self) -> *mut JSString

source

pub fn to_symbol(&self) -> *mut Symbol

source

pub fn to_gcthing(&self) -> *mut c_void

Trait Implementations§

source§

impl Clone for PropertyKey

source§

fn clone(&self) -> PropertyKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PropertyKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Default for PropertyKey

source§

fn default() -> PropertyKey

Returns the “default value” for a type. Read more
source§

impl GCMethods for PropertyKey

source§

unsafe fn initial() -> PropertyKey

Create a default value
source§

unsafe fn post_barrier(_: *mut PropertyKey, _: PropertyKey, _: PropertyKey)

Place a post-write barrier
source§

impl PartialEq<PropertyKey> for PropertyKey

source§

fn eq(&self, other: &PropertyKey) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl RootKind for PropertyKey

source§

fn rootKind() -> RootKind

Returns the rooting kind for Self.
source§

impl Copy for PropertyKey

source§

impl StructuralPartialEq for PropertyKey