Struct libgit2_sys::git_buf
source · [−]Fields
ptr: *mut c_char
reserved: size_t
size: size_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for git_buf
impl !Send for git_buf
impl !Sync for git_buf
impl Unpin for git_buf
impl UnwindSafe for git_buf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more