Struct atk_sys::AtkHyperlinkImplIface
source · [−]#[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
sourceimpl Clone for AtkHyperlinkImplIface
impl Clone for AtkHyperlinkImplIface
sourcefn clone(&self) -> AtkHyperlinkImplIface
fn clone(&self) -> AtkHyperlinkImplIface
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AtkHyperlinkImplIface
impl Debug for AtkHyperlinkImplIface
impl Copy for AtkHyperlinkImplIface
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more