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
Auto Trait Implementations
impl RefUnwindSafe for AtkTextRange
impl !Send for AtkTextRange
impl !Sync for AtkTextRange
impl Unpin for AtkTextRange
impl UnwindSafe for AtkTextRange
Blanket Implementations
Mutably borrows from an owned value. Read more