#[repr(C)]pub struct SETTEXTEX {
pub flags: u32,
pub codepage: u32,
}
Fields§
§flags: u32
§codepage: u32
Trait Implementations§
impl Copy for SETTEXTEX
impl Eq for SETTEXTEX
Auto Trait Implementations§
impl Freeze for SETTEXTEX
impl RefUnwindSafe for SETTEXTEX
impl Send for SETTEXTEX
impl Sync for SETTEXTEX
impl Unpin for SETTEXTEX
impl UnwindSafe for SETTEXTEX
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