#[repr(C)]pub struct Stream__bindgen_ty_1__bindgen_ty_3 {
pub Cur: *mut cc_uint8,
pub Left: cc_uint32,
pub Length: cc_uint32,
pub Base: *mut cc_uint8,
pub Source: *mut Stream,
pub End: cc_uint32,
}Fields
Cur: *mut cc_uint8Left: cc_uint32Length: cc_uint32Base: *mut cc_uint8Source: *mut StreamEnd: cc_uint32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for Stream__bindgen_ty_1__bindgen_ty_3
impl !Sync for Stream__bindgen_ty_1__bindgen_ty_3
impl Unpin for Stream__bindgen_ty_1__bindgen_ty_3
Blanket Implementations
Mutably borrows from an owned value. Read more
