Struct TEXTRANGEA
#[repr(C, packed(4))]pub struct TEXTRANGEA {
pub chrg: CHARRANGE,
pub lpstrText: PSTR,
}
Fields§
§chrg: CHARRANGE
§lpstrText: PSTR
Trait Implementations§
§impl Clone for TEXTRANGEA
impl Clone for TEXTRANGEA
§fn clone(&self) -> TEXTRANGEA
fn clone(&self) -> TEXTRANGEA
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 moreimpl Copy for TEXTRANGEA
Auto Trait Implementations§
impl Freeze for TEXTRANGEA
impl RefUnwindSafe for TEXTRANGEA
impl !Send for TEXTRANGEA
impl !Sync for TEXTRANGEA
impl Unpin for TEXTRANGEA
impl UnwindSafe for TEXTRANGEA
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