Struct libgit2_sys::git_buf
source · #[repr(C)]pub struct git_buf {
pub ptr: *mut c_char,
pub reserved: size_t,
pub size: size_t,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more