#[repr(C)]pub struct CbfTextSelectionBounds {
pub range_start: i32,
pub range_end: i32,
pub caret_rect: CbfRect,
pub first_selection_rect: CbfRect,
}Fields§
§range_start: i32§range_end: i32§caret_rect: CbfRect§first_selection_rect: CbfRectTrait Implementations§
Source§impl Clone for CbfTextSelectionBounds
impl Clone for CbfTextSelectionBounds
Source§fn clone(&self) -> CbfTextSelectionBounds
fn clone(&self) -> CbfTextSelectionBounds
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CbfTextSelectionBounds
impl Debug for CbfTextSelectionBounds
Source§impl Default for CbfTextSelectionBounds
impl Default for CbfTextSelectionBounds
Source§fn default() -> CbfTextSelectionBounds
fn default() -> CbfTextSelectionBounds
Returns the “default value” for a type. Read more
impl Copy for CbfTextSelectionBounds
Auto Trait Implementations§
impl Freeze for CbfTextSelectionBounds
impl RefUnwindSafe for CbfTextSelectionBounds
impl Send for CbfTextSelectionBounds
impl Sync for CbfTextSelectionBounds
impl Unpin for CbfTextSelectionBounds
impl UnsafeUnpin for CbfTextSelectionBounds
impl UnwindSafe for CbfTextSelectionBounds
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