MutableHandleString

Type Alias MutableHandleString 

Source
pub type MutableHandleString = MutableHandle<*mut JSString>;
Expand description

Similar to a handle, but the underlying storage can be changed. This is useful for outparams.

If you want to add additional methods to MutableHandle for a specific specialization, define a MutableHandleOperations specialization containing them.

Aliased Type§

#[repr(C)]
pub struct MutableHandleString { pub _phantom_0: PhantomData<UnsafeCell<*mut JSString>>, pub ptr: *mut *mut JSString, }

Fields§

§_phantom_0: PhantomData<UnsafeCell<*mut JSString>>§ptr: *mut *mut JSString

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes