Struct windows_sys::Win32::Globalization::SCRIPT_CONTROL
[−]#[repr(C)]pub struct SCRIPT_CONTROL {
pub _bitfield: u32,
}
Expand description
Required features: "Win32_Globalization"
Fields
_bitfield: u32
Trait Implementations
impl Clone for SCRIPT_CONTROL
impl Clone for SCRIPT_CONTROL
impl Copy for SCRIPT_CONTROL
Auto Trait Implementations
impl RefUnwindSafe for SCRIPT_CONTROL
impl Send for SCRIPT_CONTROL
impl Sync for SCRIPT_CONTROL
impl Unpin for SCRIPT_CONTROL
impl UnwindSafe for SCRIPT_CONTROL
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