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