Struct windows_sys::Win32::Globalization::SCRIPT_ITEM
#[repr(C)]pub struct SCRIPT_ITEM {
pub iCharPos: i32,
pub a: SCRIPT_ANALYSIS,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more