#[repr(C)]pub struct ca_ext_cache_struct {
pub items: *mut *mut ca_ext_struct,
pub length: slong,
pub alloc: slong,
pub hash_size: slong,
pub hash_table: *mut slong,
}Fields§
§items: *mut *mut ca_ext_struct§length: slong§alloc: slong§hash_size: slong§hash_table: *mut slongAuto Trait Implementations§
impl Freeze for ca_ext_cache_struct
impl RefUnwindSafe for ca_ext_cache_struct
impl !Send for ca_ext_cache_struct
impl !Sync for ca_ext_cache_struct
impl Unpin for ca_ext_cache_struct
impl UnwindSafe for ca_ext_cache_struct
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