pub struct BitUnpacker { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BitUnpacker
impl Clone for BitUnpacker
Source§fn clone(&self) -> BitUnpacker
fn clone(&self) -> BitUnpacker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BitUnpacker
impl Debug for BitUnpacker
Source§impl Default for BitUnpacker
impl Default for BitUnpacker
Source§fn default() -> BitUnpacker
fn default() -> BitUnpacker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BitUnpacker
impl RefUnwindSafe for BitUnpacker
impl Send for BitUnpacker
impl Sync for BitUnpacker
impl Unpin for BitUnpacker
impl UnsafeUnpin for BitUnpacker
impl UnwindSafe for BitUnpacker
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