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: u32uDefIMESize: u32uDefIMEPos: u32uUndetTextLen: u32uUndetTextPos: u32uUndetAttrPos: u32uCursorPos: u32uDeltaStart: u32uDetermineTextLen: u32uDetermineTextPos: u32uDetermineDelimPos: u32uYomiTextLen: u32uYomiTextPos: u32uYomiDelimPos: u32Trait 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