#[repr(C)]pub struct fz_ptr_heap {
pub max: c_int,
pub len: c_int,
pub heap: *mut *mut c_void,
}Fields§
§max: c_int§len: c_int§heap: *mut *mut c_voidTrait Implementations§
Source§impl Clone for fz_ptr_heap
impl Clone for fz_ptr_heap
Source§fn clone(&self) -> fz_ptr_heap
fn clone(&self) -> fz_ptr_heap
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 fz_ptr_heap
impl Debug for fz_ptr_heap
impl Copy for fz_ptr_heap
Auto Trait Implementations§
impl Freeze for fz_ptr_heap
impl RefUnwindSafe for fz_ptr_heap
impl !Send for fz_ptr_heap
impl !Sync for fz_ptr_heap
impl Unpin for fz_ptr_heap
impl UnwindSafe for fz_ptr_heap
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