Struct CoreTextRange
#[repr(C)]pub struct CoreTextRange {
pub StartCaretPosition: i32,
pub EndCaretPosition: i32,
}
Fields§
§StartCaretPosition: i32
§EndCaretPosition: i32
Trait Implementations§
§impl Clone for CoreTextRange
impl Clone for CoreTextRange
§fn clone(&self) -> CoreTextRange
fn clone(&self) -> CoreTextRange
Returns a copy 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 more§impl Debug for CoreTextRange
impl Debug for CoreTextRange
§impl Default for CoreTextRange
impl Default for CoreTextRange
§fn default() -> CoreTextRange
fn default() -> CoreTextRange
Returns the “default value” for a type. Read more
§impl PartialEq for CoreTextRange
impl PartialEq for CoreTextRange
impl Copy for CoreTextRange
impl StructuralPartialEq for CoreTextRange
Auto Trait Implementations§
impl Freeze for CoreTextRange
impl RefUnwindSafe for CoreTextRange
impl Send for CoreTextRange
impl Sync for CoreTextRange
impl Unpin for CoreTextRange
impl UnwindSafe for CoreTextRange
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