Struct git2::DiffBinary [] [src]

pub struct DiffBinary<'a> { /* fields omitted */ }

Structure describing the binary contents of a diff.

Methods

impl<'a> DiffBinary<'a>
[src]

[src]

Returns whether there is data in this binary structure or not.

If this is true, then this was produced and included binary content. If this is false then this was generated knowing only that a binary file changed but without providing the data, probably from a patch that said Binary files a/file.txt and b/file.txt differ.

[src]

The contents of the old file.

[src]

The contents of the new file.