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

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

Defines the x and y coordinates of a point.

Fields

Trait Implementations

impl Clone for POINT
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for POINT
[src]

impl PartialEq for POINT
[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 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