#[repr(C)]pub struct Scroll {
pub x: u32,
pub y: u32,
}
Fields§
§x: u32
§y: u32
Trait Implementations§
impl Copy for nk_scroll
Auto Trait Implementations§
impl Freeze for nk_scroll
impl RefUnwindSafe for nk_scroll
impl Send for nk_scroll
impl Sync for nk_scroll
impl Unpin for nk_scroll
impl UnwindSafe for nk_scroll
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more