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

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

Specifies the width and height of a rectangle.

Fields

Trait Implementations

impl Clone for SIZE
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SIZE
[src]

impl PartialEq for SIZE
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Default for SIZE
[src]

[src]

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

impl Debug for SIZE
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SIZE

impl Sync for SIZE