[][src]Struct atk_sys::AtkActionIface

#[repr(C)]pub struct AtkActionIface {
    pub parent: GTypeInterface,
    pub do_action: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> gboolean>,
    pub get_n_actions: Option<unsafe extern "C" fn(_: *mut AtkAction) -> c_int>,
    pub get_description: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>,
    pub get_name: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>,
    pub get_keybinding: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>,
    pub set_description: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int, _: *const c_char) -> gboolean>,
    pub get_localized_name: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>,
}

Fields

parent: GTypeInterfacedo_action: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> gboolean>get_n_actions: Option<unsafe extern "C" fn(_: *mut AtkAction) -> c_int>get_description: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>get_name: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>get_keybinding: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>set_description: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int, _: *const c_char) -> gboolean>get_localized_name: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>

Trait Implementations

impl Clone for AtkActionIface[src]

impl Copy for AtkActionIface[src]

impl Debug for AtkActionIface[src]

Auto Trait Implementations

impl RefUnwindSafe for AtkActionIface

impl Send for AtkActionIface

impl Sync for AtkActionIface

impl Unpin for AtkActionIface

impl UnwindSafe for AtkActionIface

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.