Struct atk_sys::AtkHyperlink
source · #[repr(C)]pub struct AtkHyperlink {
pub parent: GObject,
}
Fields§
§parent: GObject
Trait Implementations§
source§impl Clone for AtkHyperlink
impl Clone for AtkHyperlink
source§fn clone(&self) -> AtkHyperlink
fn clone(&self) -> AtkHyperlink
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 AtkHyperlink
impl Debug for AtkHyperlink
impl Copy for AtkHyperlink
Auto Trait Implementations§
impl RefUnwindSafe for AtkHyperlink
impl !Send for AtkHyperlink
impl !Sync for AtkHyperlink
impl Unpin for AtkHyperlink
impl UnwindSafe for AtkHyperlink
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