Struct winapi::um::winuser::STYLESTRUCT
source · #[repr(C)]pub struct STYLESTRUCT {
pub styleOld: DWORD,
pub styleNew: DWORD,
}
Fields§
§styleOld: DWORD
§styleNew: DWORD
Trait Implementations§
source§impl Clone for STYLESTRUCT
impl Clone for STYLESTRUCT
source§fn clone(&self) -> STYLESTRUCT
fn clone(&self) -> STYLESTRUCT
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 STYLESTRUCT
impl Default for STYLESTRUCT
source§fn default() -> STYLESTRUCT
fn default() -> STYLESTRUCT
Returns the “default value” for a type. Read more