Struct finder_info::Point[][src]

#[repr(C)]
pub struct Point { pub v: i16, pub h: i16, }

Fields

Methods

impl Point
[src]

Trait Implementations

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Point
[src]

Formats the value using the given formatter. Read more

impl Default for Point
[src]

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

Auto Trait Implementations

impl Send for Point

impl Sync for Point