#[repr(C)]pub struct rntm_s {
pub auto_factor: bool,
pub num_threads: dim_t,
pub thrloop: [dim_t; 6],
pub pack_a: bool,
pub pack_b: bool,
pub l3_sup: bool,
pub sba_pool: *mut pool_t,
pub pba: *mut pba_t,
}Fields
auto_factor: boolnum_threads: dim_tthrloop: [dim_t; 6]pack_a: boolpack_b: booll3_sup: boolsba_pool: *mut pool_tpba: *mut pba_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rntm_s
impl !Send for rntm_s
impl !Sync for rntm_s
impl Unpin for rntm_s
impl UnwindSafe for rntm_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more