Struct libgit2_sys::git_buf [] [src]

pub struct git_buf {
    pub ptr: *mut c_char,
    pub asize: size_t,
    pub size: size_t,
}

Fields

ptr
asize
size

Trait Implementations

Derived Implementations

impl Clone for git_buf

fn clone(&self) -> git_buf

fn clone_from(&mut self, source: &Self)

impl Copy for git_buf