Struct nuklear::Input[][src]

#[repr(C)]
pub struct Input { /* fields omitted */ }

Methods

impl Input
[src]

Trait Implementations

impl Clone for Input
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Input
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_input> for Input
[src]

Performs the conversion.

impl AsMut<nk_input> for Input
[src]

Performs the conversion.

impl AsRef<Input> for nk_input
[src]

Performs the conversion.

impl AsMut<Input> for nk_input
[src]

Performs the conversion.

impl Default for Input
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Input

impl Sync for Input