#[repr(C)]pub struct AtkHyperlink {
pub parent: GObject,
}Fields§
§parent: GObjectTrait Implementations§
Source§impl Clone for AtkHyperlink
impl Clone for AtkHyperlink
Source§fn clone(&self) -> AtkHyperlink
fn clone(&self) -> AtkHyperlink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AtkHyperlink
Auto Trait Implementations§
impl !Send for AtkHyperlink
impl !Sync for AtkHyperlink
impl Freeze for AtkHyperlink
impl RefUnwindSafe for AtkHyperlink
impl Unpin for AtkHyperlink
impl UnsafeUnpin 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