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

Trait Implementations

impl Copy for AtkHyperlinkImplIface
[src]

impl Clone for AtkHyperlinkImplIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkHyperlinkImplIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations