Struct tess2_sys::TESSalloc [] [src]

#[repr(C)]
pub struct TESSalloc { pub memalloc: unsafe extern "C" fn(_: *mut c_void, _: c_uint) -> *mut c_void, pub memrealloc: unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: c_uint) -> *mut c_void, pub memfree: unsafe extern "C" fn(_: *mut c_void, _: *mut c_void), pub userData: *mut c_void, pub meshEdgeBucketSize: c_int, pub meshVertexBucketSize: c_int, pub meshFaceBucketSize: c_int, pub dictNodeBucketSize: c_int, pub regionBucketSize: c_int, pub extraVertices: c_int, }

Fields

Trait Implementations

impl Copy for TESSalloc
[src]

impl Clone for TESSalloc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TESSalloc
[src]

Formats the value using the given formatter.

impl Default for TESSalloc
[src]

Returns the "default value" for a type. Read more