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