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: u32
ciACP: u32
fs: FONTSIGNATURE
Trait 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 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