Struct windows_sys::Data::Text::AlternateNormalizationFormat
[−]#[repr(transparent)]pub struct AlternateNormalizationFormat(pub i32);
Expand description
Required features: "Data_Text"
Tuple Fields
0: i32
Implementations
impl AlternateNormalizationFormat
impl AlternateNormalizationFormat
pub const NotNormalized: Self = Self(0i32)
pub const Number: Self = Self(1i32)
pub const Currency: Self = Self(3i32)
pub const Date: Self = Self(4i32)
pub const Time: Self = Self(5i32)
Trait Implementations
impl Clone for AlternateNormalizationFormat
impl Clone for AlternateNormalizationFormat
impl Copy for AlternateNormalizationFormat
Auto Trait Implementations
impl RefUnwindSafe for AlternateNormalizationFormat
impl Send for AlternateNormalizationFormat
impl Sync for AlternateNormalizationFormat
impl Unpin for AlternateNormalizationFormat
impl UnwindSafe for AlternateNormalizationFormat
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