Struct scintilla_sys::Sci_Rectangle[][src]

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

Fields

Trait Implementations

impl Debug for Sci_Rectangle
[src]

Formats the value using the given formatter. Read more

impl Copy for Sci_Rectangle
[src]

impl Clone for Sci_Rectangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations