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
impl Copy for AtkHyperlinkImplIface[src]
impl Copy for AtkHyperlinkImplIfaceimpl Clone for AtkHyperlinkImplIface[src]
impl Clone for AtkHyperlinkImplIfacefn clone(&self) -> AtkHyperlinkImplIface[src]
fn clone(&self) -> AtkHyperlinkImplIfaceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AtkHyperlinkImplIface[src]
impl Debug for AtkHyperlinkImplIfaceAuto Trait Implementations
impl Send for AtkHyperlinkImplIface
impl Send for AtkHyperlinkImplIfaceimpl Sync for AtkHyperlinkImplIface
impl Sync for AtkHyperlinkImplIface