Struct windows_sys::Win32::UI::TabletPC::CHARACTER_RANGE
[−]Expand description
Required features: "Win32_UI_TabletPC"
Fields
wcLow: u16
cChars: u16
Trait Implementations
impl Clone for CHARACTER_RANGE
impl Clone for CHARACTER_RANGE
impl Copy for CHARACTER_RANGE
Auto Trait Implementations
impl RefUnwindSafe for CHARACTER_RANGE
impl Send for CHARACTER_RANGE
impl Sync for CHARACTER_RANGE
impl Unpin for CHARACTER_RANGE
impl UnwindSafe for CHARACTER_RANGE
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