Struct tobii_sys::CustomAlloc [] [src]

#[repr(C)]
pub struct CustomAlloc { pub mem_context: *mut c_void, pub malloc_func: MallocFn, pub free_func: FreeFn, }

Fields

Trait Implementations

impl Debug for CustomAlloc
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for CustomAlloc
[src]

impl Clone for CustomAlloc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for CustomAlloc

impl !Sync for CustomAlloc