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: *mut c_char asize: size_t size: size_t

Trait Implementations

impl Clone for git_buf
[src]

fn clone(&self) -> git_buf

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for git_buf
[src]