Struct windows_sys::UI::Text::Core::CoreTextRange
[−]Expand description
Required features: ‘UI_Text_Core’
Fields
StartCaretPosition: i32
EndCaretPosition: i32
Trait Implementations
impl Clone for CoreTextRange
impl Clone for CoreTextRange
impl Copy for CoreTextRange
Auto Trait Implementations
impl RefUnwindSafe for CoreTextRange
impl Send for CoreTextRange
impl Sync for CoreTextRange
impl Unpin for CoreTextRange
impl UnwindSafe for CoreTextRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more