Struct v8_sys::v8_AllocatorFunctions [] [src]

#[repr(C)]
pub struct v8_AllocatorFunctions { pub Allocate: Option<unsafe extern fn(length: usize) -> *mut c_void>, pub AllocateUninitialized: Option<unsafe extern fn(length: usize) -> *mut c_void>, pub Free: Option<unsafe extern fn(data: *mut c_void, length: usize)>, }

Fields

Trait Implementations

impl Debug for v8_AllocatorFunctions
[src]

Formats the value using the given formatter.

impl Copy for v8_AllocatorFunctions
[src]

impl Clone for v8_AllocatorFunctions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more