Struct windows_sys::Win32::System::WindowsProgramming::UNDETERMINESTRUCT
[−]#[repr(C)]pub struct UNDETERMINESTRUCT {Show 14 fields
pub dwSize: u32,
pub uDefIMESize: u32,
pub uDefIMEPos: u32,
pub uUndetTextLen: u32,
pub uUndetTextPos: u32,
pub uUndetAttrPos: u32,
pub uCursorPos: u32,
pub uDeltaStart: u32,
pub uDetermineTextLen: u32,
pub uDetermineTextPos: u32,
pub uDetermineDelimPos: u32,
pub uYomiTextLen: u32,
pub uYomiTextPos: u32,
pub uYomiDelimPos: u32,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
dwSize: u32
uDefIMESize: u32
uDefIMEPos: u32
uUndetTextLen: u32
uUndetTextPos: u32
uUndetAttrPos: u32
uCursorPos: u32
uDeltaStart: u32
uDetermineTextLen: u32
uDetermineTextPos: u32
uDetermineDelimPos: u32
uYomiTextLen: u32
uYomiTextPos: u32
uYomiDelimPos: u32
Trait Implementations
impl Clone for UNDETERMINESTRUCT
impl Clone for UNDETERMINESTRUCT
impl Copy for UNDETERMINESTRUCT
Auto Trait Implementations
impl RefUnwindSafe for UNDETERMINESTRUCT
impl Send for UNDETERMINESTRUCT
impl Sync for UNDETERMINESTRUCT
impl Unpin for UNDETERMINESTRUCT
impl UnwindSafe for UNDETERMINESTRUCT
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