Struct git2::DiffBinaryFile[][src]

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

The contents of one of the files in a binary diff.

Methods

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

The type of binary data for this file

The binary data, deflated

The length of the binary data after inflation

Auto Trait Implementations

impl<'a> !Send for DiffBinaryFile<'a>

impl<'a> !Sync for DiffBinaryFile<'a>