#[repr(C)]pub struct nk_memory {
pub ptr: *mut c_void,
pub size: nk_size,
}Fields§
§ptr: *mut c_void§size: nk_sizeTrait Implementations§
impl Copy for nk_memory
Auto Trait Implementations§
impl Freeze for nk_memory
impl RefUnwindSafe for nk_memory
impl !Send for nk_memory
impl !Sync for nk_memory
impl Unpin for nk_memory
impl UnwindSafe for nk_memory
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