Struct windows_sys::Win32::System::WindowsProgramming::STRINGEXSTRUCT
[−]#[repr(C)]pub struct STRINGEXSTRUCT {
pub dwSize: u32,
pub uDeterminePos: u32,
pub uDetermineDelimPos: u32,
pub uYomiPos: u32,
pub uYomiDelimPos: u32,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
dwSize: u32
uDeterminePos: u32
uDetermineDelimPos: u32
uYomiPos: u32
uYomiDelimPos: u32
Trait Implementations
impl Clone for STRINGEXSTRUCT
impl Clone for STRINGEXSTRUCT
impl Copy for STRINGEXSTRUCT
Auto Trait Implementations
impl RefUnwindSafe for STRINGEXSTRUCT
impl Send for STRINGEXSTRUCT
impl Sync for STRINGEXSTRUCT
impl Unpin for STRINGEXSTRUCT
impl UnwindSafe for STRINGEXSTRUCT
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