Struct winapi::um::wingdi::CHARSETINFO
source · #[repr(C)]pub struct CHARSETINFO {
pub ciCharset: UINT,
pub ciACP: UINT,
pub fs: FONTSIGNATURE,
}
Fields§
§ciCharset: UINT
§ciACP: UINT
§fs: FONTSIGNATURE
Trait Implementations§
source§impl Clone for CHARSETINFO
impl Clone for CHARSETINFO
source§fn clone(&self) -> CHARSETINFO
fn clone(&self) -> CHARSETINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CHARSETINFO
impl Default for CHARSETINFO
source§fn default() -> CHARSETINFO
fn default() -> CHARSETINFO
Returns the “default value” for a type. Read more