Struct git2::DiffBinaryFile
source · pub struct DiffBinaryFile<'a> { /* private fields */ }
Expand description
The contents of one of the files in a binary diff.
Implementations§
source§impl<'a> DiffBinaryFile<'a>
impl<'a> DiffBinaryFile<'a>
sourcepub fn kind(&self) -> DiffBinaryKind
pub fn kind(&self) -> DiffBinaryKind
The type of binary data for this file
sourcepub fn inflated_len(&self) -> usize
pub fn inflated_len(&self) -> usize
The length of the binary data after inflation