Struct machinery_api::foundation::GitIgnoreApi [−][src]
#[repr(C)]pub struct GitIgnoreApi { pub match_: Option<unsafe extern "C" fn(patterns: *const c_char, path: *const c_char) -> bool>, }
Fields
match_: Option<unsafe extern "C" fn(patterns: *const c_char, path: *const c_char) -> bool>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GitIgnoreApi
impl Send for GitIgnoreApi
impl Sync for GitIgnoreApi
impl Unpin for GitIgnoreApi
impl UnwindSafe for GitIgnoreApi
Blanket Implementations
Mutably borrows from an owned value. Read more