Struct sciter::types::RECT [] [src]

#[repr(C)]
pub struct RECT { pub left: LONG, pub top: LONG, pub right: LONG, pub bottom: LONG, }

Fields

Trait Implementations

impl Default for RECT
[src]

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