Struct oodle_sys::OodleLZ_DecodeSome_Out
source · #[repr(C, packed(1))]pub struct OodleLZ_DecodeSome_Out {
pub decodedCount: OO_S32,
pub compBufUsed: OO_S32,
pub curQuantumRawLen: OO_S32,
pub curQuantumCompLen: OO_S32,
}Fields§
§decodedCount: OO_S32§compBufUsed: OO_S32§curQuantumRawLen: OO_S32§curQuantumCompLen: OO_S32Trait Implementations§
source§impl Clone for OodleLZ_DecodeSome_Out
impl Clone for OodleLZ_DecodeSome_Out
source§fn clone(&self) -> OodleLZ_DecodeSome_Out
fn clone(&self) -> OodleLZ_DecodeSome_Out
Returns a copy 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 OodleLZ_DecodeSome_Out
impl Debug for OodleLZ_DecodeSome_Out
impl Copy for OodleLZ_DecodeSome_Out
Auto Trait Implementations§
impl RefUnwindSafe for OodleLZ_DecodeSome_Out
impl Send for OodleLZ_DecodeSome_Out
impl Sync for OodleLZ_DecodeSome_Out
impl Unpin for OodleLZ_DecodeSome_Out
impl UnwindSafe for OodleLZ_DecodeSome_Out
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