JSTypedArrayBytesDeallocator

Type Alias JSTypedArrayBytesDeallocator 

Source
pub type JSTypedArrayBytesDeallocator = Option<unsafe extern "C-unwind" fn(*mut c_void, *mut c_void)>;
Available on crate feature JSBase only.
Expand description

Aliased Type§

pub enum JSTypedArrayBytesDeallocator {
    None,
    Some(unsafe extern "C-unwind" fn(*mut c_void, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut c_void, *mut c_void))

Some value of type T.