#[repr(C)]pub struct handlerton_discovered_list__bindgen_vtable {
pub handlerton_discovered_list_add_table: unsafe extern "C" fn(this: *mut handlerton_discovered_list, tname: *const c_char, tlen: usize) -> bool,
pub handlerton_discovered_list_add_file: unsafe extern "C" fn(this: *mut handlerton_discovered_list, fname: *const c_char) -> bool,
}
Fields§
§handlerton_discovered_list_add_table: unsafe extern "C" fn(this: *mut handlerton_discovered_list, tname: *const c_char, tlen: usize) -> bool
§handlerton_discovered_list_add_file: unsafe extern "C" fn(this: *mut handlerton_discovered_list, fname: *const c_char) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for handlerton_discovered_list__bindgen_vtable
impl Send for handlerton_discovered_list__bindgen_vtable
impl Sync for handlerton_discovered_list__bindgen_vtable
impl Unpin for handlerton_discovered_list__bindgen_vtable
impl UnwindSafe for handlerton_discovered_list__bindgen_vtable
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