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: AtkTextRectanglestart_offset: c_intend_offset: c_intcontent: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkTextRangeimpl !Send for AtkTextRangeimpl !Sync for AtkTextRangeimpl Unpin for AtkTextRangeimpl UnwindSafe for AtkTextRangeBlanket Implementations
Mutably borrows from an owned value. Read more