#[repr(C)]pub struct GtkSourceCompletionProposalInterface {
pub parent_iface: GTypeInterface,
pub get_typed_text: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>,
}Fields§
§parent_iface: GTypeInterface§get_typed_text: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>Trait Implementations§
source§impl Clone for GtkSourceCompletionProposalInterface
impl Clone for GtkSourceCompletionProposalInterface
source§fn clone(&self) -> GtkSourceCompletionProposalInterface
fn clone(&self) -> GtkSourceCompletionProposalInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more