Struct nuklear_rust::NkScroll []

pub struct NkScroll {
    pub x: u16,
    pub y: u16,
}

Fields

Trait Implementations

impl Clone for nk_scroll

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_scroll

impl Debug for nk_scroll

Formats the value using the given formatter.

impl Default for nk_scroll

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