#[repr(C)]pub struct Numa {
pub nalloc: i32,
pub n: i32,
pub refcount: i32,
pub startx: f32,
pub delx: f32,
pub array: *mut f32,
}
Fields§
§nalloc: i32
§n: i32
§refcount: i32
§startx: f32
§delx: f32
§array: *mut f32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Numa
impl !Send for Numa
impl !Sync for Numa
impl Unpin for Numa
impl UnwindSafe for Numa
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