#[repr(C)]pub struct SCRIPT_DIGITSUBSTITUTE {
pub _bitfield1: u32,
pub _bitfield2: u32,
pub dwReserved: u32,
}
Expand description
Required features: "Win32_Globalization"
Fields
_bitfield1: u32
_bitfield2: u32
dwReserved: u32
Trait Implementations
impl Clone for SCRIPT_DIGITSUBSTITUTE
impl Clone for SCRIPT_DIGITSUBSTITUTE
impl Copy for SCRIPT_DIGITSUBSTITUTE
Auto Trait Implementations
impl RefUnwindSafe for SCRIPT_DIGITSUBSTITUTE
impl Send for SCRIPT_DIGITSUBSTITUTE
impl Sync for SCRIPT_DIGITSUBSTITUTE
impl Unpin for SCRIPT_DIGITSUBSTITUTE
impl UnwindSafe for SCRIPT_DIGITSUBSTITUTE
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