Struct scintilla_sys::Sci_NotifyHeader[][src]

#[repr(C)]
pub struct Sci_NotifyHeader { pub hwndFrom: *mut c_void, pub idFrom: uptr_t, pub code: c_uint, }

Fields

Trait Implementations

impl Debug for Sci_NotifyHeader
[src]

Formats the value using the given formatter. Read more

impl Copy for Sci_NotifyHeader
[src]

impl Clone for Sci_NotifyHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations