pub struct XP3FileIndexAdler { /* private fields */ }Expand description
Index adler representing adler32 checksum of target file.
Implementations§
Trait Implementations§
Source§impl Clone for XP3FileIndexAdler
impl Clone for XP3FileIndexAdler
Source§fn clone(&self) -> XP3FileIndexAdler
fn clone(&self) -> XP3FileIndexAdler
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 XP3FileIndexAdler
impl Debug for XP3FileIndexAdler
impl Copy for XP3FileIndexAdler
Auto Trait Implementations§
impl Freeze for XP3FileIndexAdler
impl RefUnwindSafe for XP3FileIndexAdler
impl Send for XP3FileIndexAdler
impl Sync for XP3FileIndexAdler
impl Unpin for XP3FileIndexAdler
impl UnwindSafe for XP3FileIndexAdler
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