#[repr(C)]pub struct git_config_backend_entry {
pub entry: git_config_entry,
pub free: Option<extern "C" fn(*mut git_config_backend_entry)>,
}Fields§
§entry: git_config_entry§free: Option<extern "C" fn(*mut git_config_backend_entry)>Auto Trait Implementations§
impl Freeze for git_config_backend_entry
impl RefUnwindSafe for git_config_backend_entry
impl !Send for git_config_backend_entry
impl !Sync for git_config_backend_entry
impl Unpin for git_config_backend_entry
impl UnsafeUnpin for git_config_backend_entry
impl UnwindSafe for git_config_backend_entry
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