Struct windows::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,
}
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
§fn clone(&self) -> UNDETERMINESTRUCT
fn clone(&self) -> UNDETERMINESTRUCT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UNDETERMINESTRUCT
impl Debug for UNDETERMINESTRUCT
§impl Default for UNDETERMINESTRUCT
impl Default for UNDETERMINESTRUCT
§impl PartialEq for UNDETERMINESTRUCT
impl PartialEq for UNDETERMINESTRUCT
§fn eq(&self, other: &UNDETERMINESTRUCT) -> bool
fn eq(&self, other: &UNDETERMINESTRUCT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UNDETERMINESTRUCT
impl Eq for UNDETERMINESTRUCT
impl StructuralPartialEq for UNDETERMINESTRUCT
Auto Trait Implementations§
impl Freeze for UNDETERMINESTRUCT
impl RefUnwindSafe for UNDETERMINESTRUCT
impl Send for UNDETERMINESTRUCT
impl Sync for UNDETERMINESTRUCT
impl Unpin for UNDETERMINESTRUCT
impl UnwindSafe for UNDETERMINESTRUCT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)