Struct windows_sys::Win32::Globalization::SCRIPT_ANALYSIS
[−]#[repr(C)]pub struct SCRIPT_ANALYSIS {
pub _bitfield: u16,
pub s: SCRIPT_STATE,
}
Expand description
Required features: ‘Win32_Globalization’
Fields
_bitfield: u16
s: SCRIPT_STATE
Trait Implementations
impl Clone for SCRIPT_ANALYSIS
impl Clone for SCRIPT_ANALYSIS
impl Copy for SCRIPT_ANALYSIS
Auto Trait Implementations
impl RefUnwindSafe for SCRIPT_ANALYSIS
impl Send for SCRIPT_ANALYSIS
impl Sync for SCRIPT_ANALYSIS
impl Unpin for SCRIPT_ANALYSIS
impl UnwindSafe for SCRIPT_ANALYSIS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more