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§
source§impl Clone for AtkHyperlinkImplIface
impl Clone for AtkHyperlinkImplIface
source§fn clone(&self) -> AtkHyperlinkImplIface
fn clone(&self) -> AtkHyperlinkImplIface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more