Struct atk_sys::AtkHyperlinkImplIface [−][src]
#[repr(C)]pub struct AtkHyperlinkImplIface { pub parent: GTypeInterface, pub get_hyperlink: Option<unsafe extern "C" fn(_: *mut AtkHyperlinkImpl) -> *mut AtkHyperlink>, }
Fields
parent: GTypeInterface
get_hyperlink: Option<unsafe extern "C" fn(_: *mut AtkHyperlinkImpl) -> *mut AtkHyperlink>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkHyperlinkImplIface
impl Send for AtkHyperlinkImplIface
impl Sync for AtkHyperlinkImplIface
impl Unpin for AtkHyperlinkImplIface
impl UnwindSafe for AtkHyperlinkImplIface
Blanket Implementations
Mutably borrows from an owned value. Read more