#[repr(C)]pub struct nk_cursor {
pub img: nk_image,
pub size: nk_vec2,
pub offset: nk_vec2,
}Fields§
§img: nk_image§size: nk_vec2§offset: nk_vec2Trait Implementations§
Auto Trait Implementations§
impl Freeze for nk_cursor
impl RefUnwindSafe for nk_cursor
impl !Send for nk_cursor
impl !Sync for nk_cursor
impl Unpin for nk_cursor
impl UnwindSafe for nk_cursor
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