Struct nuklear_rust::NkScroll []

#[repr(C)]
pub struct NkScroll { pub x: u32, pub y: u32, }

Fields

Trait Implementations

impl Default for nk_scroll

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

impl Copy for nk_scroll

impl Debug for nk_scroll

Formats the value using the given formatter.

impl Clone for nk_scroll

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more