Struct windows_sys::Data::Text::UnicodeNumericType
[−]#[repr(transparent)]pub struct UnicodeNumericType(pub i32);
Expand description
Required features: "Data_Text"
Tuple Fields
0: i32
Implementations
impl UnicodeNumericType
impl UnicodeNumericType
Trait Implementations
impl Clone for UnicodeNumericType
impl Clone for UnicodeNumericType
impl Copy for UnicodeNumericType
Auto Trait Implementations
impl RefUnwindSafe for UnicodeNumericType
impl Send for UnicodeNumericType
impl Sync for UnicodeNumericType
impl Unpin for UnicodeNumericType
impl UnwindSafe for UnicodeNumericType
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