Struct scintilla_sys::SCNotification[][src]

#[repr(C)]
pub struct SCNotification { pub nmhdr: Sci_NotifyHeader, pub position: Sci_Position, pub ch: c_int, pub modifiers: c_int, pub modificationType: c_int, pub text: *const c_char, pub length: Sci_Position, pub linesAdded: Sci_Position, pub message: c_int, pub wParam: uptr_t, pub lParam: sptr_t, pub line: Sci_Position, pub foldLevelNow: c_int, pub foldLevelPrev: c_int, pub margin: c_int, pub listType: c_int, pub x: c_int, pub y: c_int, pub token: c_int, pub annotationLinesAdded: Sci_Position, pub updated: c_int, pub listCompletionMethod: c_int, }

Fields

Trait Implementations

impl Debug for SCNotification
[src]

Formats the value using the given formatter. Read more

impl Copy for SCNotification
[src]

impl Clone for SCNotification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations