#[repr(C)]pub struct nk_image {
pub handle: nk_handle,
pub w: c_ushort,
pub h: c_ushort,
pub region: [c_ushort; 4],
}Fields§
§handle: nk_handle§w: c_ushort§h: c_ushort§region: [c_ushort; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for nk_image
impl RefUnwindSafe for nk_image
impl !Send for nk_image
impl !Sync for nk_image
impl Unpin for nk_image
impl UnwindSafe for nk_image
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