#[repr(C, packed(4))]pub struct GETTEXTEX {
pub cb: u32,
pub flags: GETTEXTEX_FLAGS,
pub codepage: u32,
pub lpDefaultChar: PCSTR,
pub lpUsedDefChar: *mut i32,
}
Expand description
Required features: ‘Win32_UI_Controls_RichEdit’
Fields
cb: u32
flags: GETTEXTEX_FLAGS
codepage: u32
lpDefaultChar: PCSTR
lpUsedDefChar: *mut i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GETTEXTEX
impl !Send for GETTEXTEX
impl !Sync for GETTEXTEX
impl Unpin for GETTEXTEX
impl UnwindSafe for GETTEXTEX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more