#[repr(C)]pub struct rntm_s {
pub thread_impl: timpl_t,
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,
}Fields§
§thread_impl: timpl_t§auto_factor: bool§num_threads: dim_t§thrloop: [dim_t; 6]§pack_a: bool§pack_b: bool§l3_sup: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for rntm_s
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§
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