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