pub struct FreeFn;Expand description
Wrapper for libc::free
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FreeFn
impl RefUnwindSafe for FreeFn
impl Send for FreeFn
impl Sync for FreeFn
impl Unpin for FreeFn
impl UnwindSafe for FreeFn
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