Struct windows_sys::Win32::UI::Controls::RichEdit::TEXTRANGEA
[−]Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
chrg: CHARRANGE
lpstrText: PSTR
Trait Implementations
impl Clone for TEXTRANGEA
impl Clone for TEXTRANGEA
impl Copy for TEXTRANGEA
Auto Trait Implementations
impl RefUnwindSafe for TEXTRANGEA
impl !Send for TEXTRANGEA
impl !Sync for TEXTRANGEA
impl Unpin for TEXTRANGEA
impl UnwindSafe for TEXTRANGEA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more