Struct ipp_sys::RLEState_BZ2
source · #[repr(C)]pub struct RLEState_BZ2 { /* private fields */ }
Trait Implementations§
source§impl Clone for RLEState_BZ2
impl Clone for RLEState_BZ2
source§fn clone(&self) -> RLEState_BZ2
fn clone(&self) -> RLEState_BZ2
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 RLEState_BZ2
impl Debug for RLEState_BZ2
impl Copy for RLEState_BZ2
Auto Trait Implementations§
impl Freeze for RLEState_BZ2
impl RefUnwindSafe for RLEState_BZ2
impl Send for RLEState_BZ2
impl Sync for RLEState_BZ2
impl Unpin for RLEState_BZ2
impl UnwindSafe for RLEState_BZ2
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