Struct libgit2_sys::git_buf [] [src]

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

Fields

Trait Implementations

impl Copy for git_buf
[src]

impl Clone for git_buf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more