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: u32uDeterminePos: u32uDetermineDelimPos: u32uYomiPos: u32uYomiDelimPos: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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