Struct atk_sys::AtkTextRange[][src]

#[repr(C)]
pub struct AtkTextRange { pub bounds: AtkTextRectangle, pub start_offset: c_int, pub end_offset: c_int, pub content: *mut c_char, }

Fields

Trait Implementations

impl Copy for AtkTextRange
[src]

impl Clone for AtkTextRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkTextRange
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AtkTextRange

impl !Sync for AtkTextRange