Struct atk_sys::AtkGObjectAccessible
source · #[repr(C)]pub struct AtkGObjectAccessible {
pub parent: AtkObject,
}Fields§
§parent: AtkObjectTrait Implementations§
source§impl Clone for AtkGObjectAccessible
impl Clone for AtkGObjectAccessible
source§fn clone(&self) -> AtkGObjectAccessible
fn clone(&self) -> AtkGObjectAccessible
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 more