#[repr(C)]pub struct AtkTextSelection {
pub start_object: *mut AtkObject,
pub start_offset: c_int,
pub end_object: *mut AtkObject,
pub end_offset: c_int,
pub start_is_active: gboolean,
}Fields§
§start_object: *mut AtkObject§start_offset: c_int§end_object: *mut AtkObject§end_offset: c_int§start_is_active: gbooleanTrait Implementations§
Source§impl Clone for AtkTextSelection
impl Clone for AtkTextSelection
Source§fn clone(&self) -> AtkTextSelection
fn clone(&self) -> AtkTextSelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AtkTextSelection
Auto Trait Implementations§
impl !Send for AtkTextSelection
impl !Sync for AtkTextSelection
impl Freeze for AtkTextSelection
impl RefUnwindSafe for AtkTextSelection
impl Unpin for AtkTextSelection
impl UnsafeUnpin for AtkTextSelection
impl UnwindSafe for AtkTextSelection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more