Struct libgit2_sys::git_buf[][src]

#[repr(C)]
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

Auto Trait Implementations

impl !Send for git_buf

impl !Sync for git_buf