Struct scintilla_sys::Sci_RangeToFormat[][src]

#[repr(C)]
pub struct Sci_RangeToFormat { pub hdc: Sci_SurfaceID, pub hdcTarget: Sci_SurfaceID, pub rc: Sci_Rectangle, pub rcPage: Sci_Rectangle, pub chrg: Sci_CharacterRange, }

Fields

Trait Implementations

impl Debug for Sci_RangeToFormat
[src]

Formats the value using the given formatter. Read more

impl Copy for Sci_RangeToFormat
[src]

impl Clone for Sci_RangeToFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations