Struct GETTEXTEX
#[repr(C, packed(4))]pub struct GETTEXTEX {
pub cb: u32,
pub flags: GETTEXTEX_FLAGS,
pub codepage: u32,
pub lpDefaultChar: PCSTR,
pub lpUsedDefChar: *mut BOOL,
}
Fields§
§cb: u32
§flags: GETTEXTEX_FLAGS
§codepage: u32
§lpDefaultChar: PCSTR
§lpUsedDefChar: *mut BOOL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GETTEXTEX
impl RefUnwindSafe for GETTEXTEX
impl !Send for GETTEXTEX
impl !Sync for GETTEXTEX
impl Unpin for GETTEXTEX
impl UnwindSafe for GETTEXTEX
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