Struct nuklear_sys::nk_scroll
[−]
[src]
pub struct nk_scroll {
pub x: c_ushort,
pub y: c_ushort,
}Fields
x: c_ushort
y: c_ushort
Trait Implementations
impl Debug for nk_scroll[src]
impl Copy for nk_scroll[src]
impl Clone for nk_scroll[src]
fn clone(&self) -> nk_scroll
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more