#[repr(C)]pub struct FlzEncoder {
pub eb: LzEncoderBase,
pub key4: c_uint,
}Fields§
§eb: LzEncoderBase§key4: c_uintTrait Implementations§
Source§impl Clone for FlzEncoder
impl Clone for FlzEncoder
Source§fn clone(&self) -> FlzEncoder
fn clone(&self) -> FlzEncoder
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 FlzEncoder
impl Debug for FlzEncoder
impl Copy for FlzEncoder
Auto Trait Implementations§
impl Freeze for FlzEncoder
impl RefUnwindSafe for FlzEncoder
impl !Send for FlzEncoder
impl !Sync for FlzEncoder
impl Unpin for FlzEncoder
impl UnwindSafe for FlzEncoder
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