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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more