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

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

Fields

Methods

impl RECT
[src]

[src]

Calculate height of rect.

[src]

Calculate width of rect.

[src]

Return the size of rect in width and height form.

[src]

Returns the top-left point of rect.

Trait Implementations

impl Default for RECT
[src]

[src]

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

impl Debug for RECT
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RECT

impl Sync for RECT