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
bounds: AtkTextRectangle
start_offset: c_int
end_offset: c_int
content: *mut c_char
Trait Implementations
impl Copy for AtkTextRange[src]
impl Copy for AtkTextRangeimpl Clone for AtkTextRange[src]
impl Clone for AtkTextRangefn clone(&self) -> AtkTextRange[src]
fn clone(&self) -> AtkTextRangeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AtkTextRange[src]
impl Debug for AtkTextRangeAuto Trait Implementations
impl !Send for AtkTextRange
impl !Send for AtkTextRangeimpl !Sync for AtkTextRange
impl !Sync for AtkTextRange