Struct sciter::types::SIZE [] [src]

#[repr(C)]
pub struct SIZE { pub cx: LONG, pub cy: LONG, }

Fields

Trait Implementations

impl Default for SIZE
[src]

[src]

Returns the "default value" for a type. Read more