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: GTypeInterfaceget_hyperlink: Option<unsafe extern "C" fn(_: *mut AtkHyperlinkImpl) -> *mut AtkHyperlink>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkHyperlinkImplIfaceimpl Send for AtkHyperlinkImplIfaceimpl Sync for AtkHyperlinkImplIfaceimpl Unpin for AtkHyperlinkImplIfaceimpl UnwindSafe for AtkHyperlinkImplIfaceBlanket Implementations
Mutably borrows from an owned value. Read more