#[repr(C)]pub struct lber_memory_fns {
pub bmf_malloc: BER_MEMALLOC_FN,
pub bmf_calloc: BER_MEMCALLOC_FN,
pub bmf_realloc: BER_MEMREALLOC_FN,
pub bmf_free: BER_MEMFREE_FN,
}
Fields§
§bmf_malloc: BER_MEMALLOC_FN
§bmf_calloc: BER_MEMCALLOC_FN
§bmf_realloc: BER_MEMREALLOC_FN
§bmf_free: BER_MEMFREE_FN
Trait Implementations§
Source§impl Clone for lber_memory_fns
impl Clone for lber_memory_fns
Source§fn clone(&self) -> lber_memory_fns
fn clone(&self) -> lber_memory_fns
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for lber_memory_fns
impl Debug for lber_memory_fns
impl Copy for lber_memory_fns
Auto Trait Implementations§
impl Freeze for lber_memory_fns
impl RefUnwindSafe for lber_memory_fns
impl Send for lber_memory_fns
impl Sync for lber_memory_fns
impl Unpin for lber_memory_fns
impl UnwindSafe for lber_memory_fns
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more