Struct sciter::types::POINT [] [src]

#[repr(C)]
pub struct POINT { pub x: LONG, pub y: LONG, }

Fields

Trait Implementations

impl Default for POINT
[src]

[src]

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

impl Debug for POINT
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for POINT

impl Sync for POINT