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