Struct brotli::ffi::decompressor::BrotliDecoderReturnInfo
source · [−]#[repr(C)]pub struct BrotliDecoderReturnInfo {
pub decoded_size: usize,
pub error_string: [u8; 256],
pub error_code: BrotliDecoderErrorCode,
pub result: BrotliResult,
}
Fields
decoded_size: usize
error_string: [u8; 256]
error_code: BrotliDecoderErrorCode
result: BrotliResult
Auto Trait Implementations
impl RefUnwindSafe for BrotliDecoderReturnInfo
impl Send for BrotliDecoderReturnInfo
impl Sync for BrotliDecoderReturnInfo
impl Unpin for BrotliDecoderReturnInfo
impl UnwindSafe for BrotliDecoderReturnInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more