#[repr(C)]pub struct CbfImeBoundsUpdate {
pub has_composition: bool,
pub composition: CbfImeCompositionBounds,
pub has_selection: bool,
pub selection: CbfTextSelectionBounds,
}Fields§
§has_composition: bool§composition: CbfImeCompositionBounds§has_selection: bool§selection: CbfTextSelectionBoundsTrait Implementations§
Source§impl Clone for CbfImeBoundsUpdate
impl Clone for CbfImeBoundsUpdate
Source§fn clone(&self) -> CbfImeBoundsUpdate
fn clone(&self) -> CbfImeBoundsUpdate
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 CbfImeBoundsUpdate
impl Debug for CbfImeBoundsUpdate
Source§impl Default for CbfImeBoundsUpdate
impl Default for CbfImeBoundsUpdate
Source§fn default() -> CbfImeBoundsUpdate
fn default() -> CbfImeBoundsUpdate
Returns the “default value” for a type. Read more
impl Copy for CbfImeBoundsUpdate
Auto Trait Implementations§
impl Freeze for CbfImeBoundsUpdate
impl RefUnwindSafe for CbfImeBoundsUpdate
impl !Send for CbfImeBoundsUpdate
impl !Sync for CbfImeBoundsUpdate
impl Unpin for CbfImeBoundsUpdate
impl UnsafeUnpin for CbfImeBoundsUpdate
impl UnwindSafe for CbfImeBoundsUpdate
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