Struct gdk_sys::GdkEventProperty [−][src]
#[repr(C)]pub struct GdkEventProperty { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub atom: GdkAtom, pub time: u32, pub state: GdkPropertyState, }
Fields
type_: GdkEventType
window: *mut GdkWindow
send_event: i8
atom: GdkAtom
time: u32
state: GdkPropertyState
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkEventProperty
impl !Send for GdkEventProperty
impl !Sync for GdkEventProperty
impl Unpin for GdkEventProperty
impl UnwindSafe for GdkEventProperty
Blanket Implementations
Mutably borrows from an owned value. Read more