#[repr(C, packed(4))]pub struct GETTEXTEX {
pub cb: u32,
pub flags: GETTEXTEX_FLAGS,
pub codepage: u32,
pub lpDefaultChar: PSTR,
pub lpUsedDefChar: *mut i32,
}
Fields§
§cb: u32
§flags: GETTEXTEX_FLAGS
§codepage: u32
§lpDefaultChar: PSTR
§lpUsedDefChar: *mut i32
Trait Implementations§
impl Copy for GETTEXTEX
impl Eq for GETTEXTEX
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