#[repr(C)]pub struct density_context {
pub algorithm: DENSITY_ALGORITHM,
pub dictionary_type: bool,
pub dictionary_size: usize,
pub dictionary: *mut c_void,
}Fields§
§algorithm: DENSITY_ALGORITHM§dictionary_type: bool§dictionary_size: usize§dictionary: *mut c_voidTrait Implementations§
Source§impl Clone for density_context
impl Clone for density_context
Source§fn clone(&self) -> density_context
fn clone(&self) -> density_context
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 density_context
impl Debug for density_context
impl Copy for density_context
Auto Trait Implementations§
impl Freeze for density_context
impl RefUnwindSafe for density_context
impl !Send for density_context
impl !Sync for density_context
impl Unpin for density_context
impl UnwindSafe for density_context
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