#[repr(C)]pub struct nk_page {
pub size: c_uint,
pub next: *mut nk_page,
pub win: [nk_page_element; 1],
}Fields§
§size: c_uint§next: *mut nk_page§win: [nk_page_element; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for nk_page
impl RefUnwindSafe for nk_page
impl !Send for nk_page
impl !Sync for nk_page
impl Unpin for nk_page
impl UnwindSafe for nk_page
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