pub struct EncodedPackSubset {
pub pack_data: Vec<u8>,
pub index_data: Vec<u8>,
pub encoded_bytes_copied: u64,
}Fields§
§pack_data: Vec<u8>§index_data: Vec<u8>§encoded_bytes_copied: u64Trait Implementations§
Source§impl Clone for EncodedPackSubset
impl Clone for EncodedPackSubset
Source§fn clone(&self) -> EncodedPackSubset
fn clone(&self) -> EncodedPackSubset
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 moreAuto Trait Implementations§
impl Freeze for EncodedPackSubset
impl RefUnwindSafe for EncodedPackSubset
impl Send for EncodedPackSubset
impl Sync for EncodedPackSubset
impl Unpin for EncodedPackSubset
impl UnsafeUnpin for EncodedPackSubset
impl UnwindSafe for EncodedPackSubset
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