[][src]Struct atk_sys::AtkDocumentIface

#[repr(C)]pub struct AtkDocumentIface {
    pub parent: GTypeInterface,
    pub get_document_type: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *const c_char>,
    pub get_document: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> gpointer>,
    pub get_document_locale: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *const c_char>,
    pub get_document_attributes: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *mut AtkAttributeSet>,
    pub get_document_attribute_value: Option<unsafe extern "C" fn(_: *mut AtkDocument, _: *const c_char) -> *const c_char>,
    pub set_document_attribute: Option<unsafe extern "C" fn(_: *mut AtkDocument, _: *const c_char, _: *const c_char) -> gboolean>,
    pub get_current_page_number: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> c_int>,
    pub get_page_count: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> c_int>,
}

Fields

parent: GTypeInterfaceget_document_type: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *const c_char>get_document: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> gpointer>get_document_locale: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *const c_char>get_document_attributes: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *mut AtkAttributeSet>get_document_attribute_value: Option<unsafe extern "C" fn(_: *mut AtkDocument, _: *const c_char) -> *const c_char>set_document_attribute: Option<unsafe extern "C" fn(_: *mut AtkDocument, _: *const c_char, _: *const c_char) -> gboolean>get_current_page_number: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> c_int>get_page_count: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> c_int>

Trait Implementations

impl Clone for AtkDocumentIface[src]

impl Copy for AtkDocumentIface[src]

impl Debug for AtkDocumentIface[src]

Auto Trait Implementations

impl RefUnwindSafe for AtkDocumentIface

impl Send for AtkDocumentIface

impl Sync for AtkDocumentIface

impl Unpin for AtkDocumentIface

impl UnwindSafe for AtkDocumentIface

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.