#[repr(C)]pub struct git_submodule_update_options {
pub version: c_uint,
pub checkout_opts: git_checkout_options,
pub fetch_opts: git_fetch_options,
pub allow_fetch: c_int,
}
Fields§
§version: c_uint
§checkout_opts: git_checkout_options
§fetch_opts: git_fetch_options
§allow_fetch: c_int