Struct windows_sys::Win32::UI::TabletPC::CHARACTER_RANGE
#[repr(C)]pub struct CHARACTER_RANGE {
pub wcLow: u16,
pub cChars: u16,
}
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§
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