Struct windows_sys::Win32::Globalization::UNICODERANGE
[−]Expand description
Required features: "Win32_Globalization"
Fields
wcFrom: u16
wcTo: u16
Trait Implementations
impl Clone for UNICODERANGE
impl Clone for UNICODERANGE
impl Copy for UNICODERANGE
Auto Trait Implementations
impl RefUnwindSafe for UNICODERANGE
impl Send for UNICODERANGE
impl Sync for UNICODERANGE
impl Unpin for UNICODERANGE
impl UnwindSafe for UNICODERANGE
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