#[repr(C)]
pub struct Protocol { pub reset: ProtocolReset, pub read_key_stroke_ex: ProtocolReadKeyStrokeEx, pub wait_for_key_ex: Event, pub set_state: ProtocolSetState, pub register_key_notify: ProtocolRegisterKeyNotify, pub unregister_key_notify: ProtocolUnregisterKeyNotify, }

Fields

reset: ProtocolResetread_key_stroke_ex: ProtocolReadKeyStrokeExwait_for_key_ex: Eventset_state: ProtocolSetStateregister_key_notify: ProtocolRegisterKeyNotifyunregister_key_notify: ProtocolUnregisterKeyNotify

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.