#[repr(C)]pub struct SPTEXTSELECTIONINFO {
pub ulStartActiveOffset: ULONG,
pub cchActiveChars: ULONG,
pub ulStartSelection: ULONG,
pub cchSelection: ULONG,
}
Fields§
§ulStartActiveOffset: ULONG
§cchActiveChars: ULONG
§ulStartSelection: ULONG
§cchSelection: ULONG
Trait Implementations§
Source§impl Clone for SPTEXTSELECTIONINFO
impl Clone for SPTEXTSELECTIONINFO
Source§fn clone(&self) -> SPTEXTSELECTIONINFO
fn clone(&self) -> SPTEXTSELECTIONINFO
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 Default for SPTEXTSELECTIONINFO
impl Default for SPTEXTSELECTIONINFO
Source§fn default() -> SPTEXTSELECTIONINFO
fn default() -> SPTEXTSELECTIONINFO
Returns the “default value” for a type. Read more
impl Copy for SPTEXTSELECTIONINFO
Auto Trait Implementations§
impl Freeze for SPTEXTSELECTIONINFO
impl RefUnwindSafe for SPTEXTSELECTIONINFO
impl Send for SPTEXTSELECTIONINFO
impl Sync for SPTEXTSELECTIONINFO
impl Unpin for SPTEXTSELECTIONINFO
impl UnwindSafe for SPTEXTSELECTIONINFO
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