Struct atk_sys::AtkAttribute [] [src]

#[repr(C)]
pub struct AtkAttribute { pub name: *mut c_char, pub value: *mut c_char, }

Fields

Trait Implementations

impl Copy for AtkAttribute
[src]

impl Clone for AtkAttribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AtkAttribute
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AtkAttribute

impl !Sync for AtkAttribute