#[repr(C)]pub struct StringApi {
pub find_unique_name: Option<unsafe extern "C" fn(taken_names: *mut SetStrhashT, ignore_case: bool, desired_name: *const c_char, separator: *const c_char, ta: *mut TempAllocatorI) -> *const c_char>,
}
Fields§
§find_unique_name: Option<unsafe extern "C" fn(taken_names: *mut SetStrhashT, ignore_case: bool, desired_name: *const c_char, separator: *const c_char, ta: *mut TempAllocatorI) -> *const c_char>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringApi
impl RefUnwindSafe for StringApi
impl Send for StringApi
impl Sync for StringApi
impl Unpin for StringApi
impl UnwindSafe for StringApi
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