Struct finder_info::Rect[][src]

#[repr(C)]
pub struct Rect { pub top: i16, pub left: i16, pub bottom: i16, pub right: i16, }

Fields

Methods

impl Rect
[src]

Trait Implementations

impl Clone for Rect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Rect
[src]

Formats the value using the given formatter. Read more

impl Default for Rect
[src]

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

Auto Trait Implementations

impl Send for Rect

impl Sync for Rect