Union classicube_sys::Stream__bindgen_ty_1
source ·
[−]#[repr(C)]
pub union Stream__bindgen_ty_1 {
pub File: cc_file,
pub Inflate: *mut c_void,
pub Mem: Stream__bindgen_ty_1__bindgen_ty_1,
pub Portion: Stream__bindgen_ty_1__bindgen_ty_2,
pub Buffered: Stream__bindgen_ty_1__bindgen_ty_3,
pub CRC32: Stream__bindgen_ty_1__bindgen_ty_4,
}Fields
File: cc_fileInflate: *mut c_voidMem: Stream__bindgen_ty_1__bindgen_ty_1Portion: Stream__bindgen_ty_1__bindgen_ty_2Buffered: Stream__bindgen_ty_1__bindgen_ty_3CRC32: Stream__bindgen_ty_1__bindgen_ty_4Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stream__bindgen_ty_1
impl !Send for Stream__bindgen_ty_1
impl !Sync for Stream__bindgen_ty_1
impl Unpin for Stream__bindgen_ty_1
impl UnwindSafe for Stream__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more
