Struct windows_sys::Win32::Globalization::CHARSETINFO
[−]#[repr(C)]pub struct CHARSETINFO {
pub ciCharset: u32,
pub ciACP: u32,
pub fs: FONTSIGNATURE,
}Expand description
Required features: "Win32_Globalization"
Fields
ciCharset: u32ciACP: u32fs: FONTSIGNATURETrait Implementations
impl Clone for CHARSETINFO
impl Clone for CHARSETINFO
impl Copy for CHARSETINFO
Auto Trait Implementations
impl RefUnwindSafe for CHARSETINFO
impl Send for CHARSETINFO
impl Sync for CHARSETINFO
impl Unpin for CHARSETINFO
impl UnwindSafe for CHARSETINFO
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