pub struct ControlEntry {
pub diff_size: i64,
pub extra_size: i64,
pub offset_increment: i64,
}Expand description
Control entry matching
Fields§
§diff_size: i64§extra_size: i64§offset_increment: i64Trait Implementations§
Source§impl Clone for ControlEntry
impl Clone for ControlEntry
Source§fn clone(&self) -> ControlEntry
fn clone(&self) -> ControlEntry
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 ControlEntry
impl Debug for ControlEntry
impl Copy for ControlEntry
Auto Trait Implementations§
impl Freeze for ControlEntry
impl RefUnwindSafe for ControlEntry
impl Send for ControlEntry
impl Sync for ControlEntry
impl Unpin for ControlEntry
impl UnwindSafe for ControlEntry
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