#[repr(C)]pub struct density_processing_result {
pub state: DENSITY_STATE,
pub bytesRead: uint_fast64_t,
pub bytesWritten: uint_fast64_t,
pub context: *mut density_context,
}Fields§
§state: DENSITY_STATE§bytesRead: uint_fast64_t§bytesWritten: uint_fast64_t§context: *mut density_contextTrait Implementations§
Source§impl Clone for density_processing_result
impl Clone for density_processing_result
Source§fn clone(&self) -> density_processing_result
fn clone(&self) -> density_processing_result
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_processing_result
impl Debug for density_processing_result
impl Copy for density_processing_result
Auto Trait Implementations§
impl Freeze for density_processing_result
impl RefUnwindSafe for density_processing_result
impl !Send for density_processing_result
impl !Sync for density_processing_result
impl Unpin for density_processing_result
impl UnwindSafe for density_processing_result
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