#[repr(C)]pub struct GraphTabVt {
pub super_: TabVt,
pub refresh_node_types: Option<unsafe extern "C" fn(tab: *mut TabO, node_interface_name: *const c_char, node_interface_version: VersionT)>,
}Fields§
§super_: TabVt§refresh_node_types: Option<unsafe extern "C" fn(tab: *mut TabO, node_interface_name: *const c_char, node_interface_version: VersionT)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphTabVt
impl RefUnwindSafe for GraphTabVt
impl !Send for GraphTabVt
impl !Sync for GraphTabVt
impl Unpin for GraphTabVt
impl UnwindSafe for GraphTabVt
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