#[repr(C)]pub struct _N_VectorContent_OpenMP {
pub length: sunindextype,
pub own_data: c_int,
pub data: *mut sunrealtype,
pub num_threads: c_int,
}Fields§
§length: sunindextype§own_data: c_int§data: *mut sunrealtype§num_threads: c_intTrait Implementations§
Source§impl Clone for _N_VectorContent_OpenMP
impl Clone for _N_VectorContent_OpenMP
Source§fn clone(&self) -> _N_VectorContent_OpenMP
fn clone(&self) -> _N_VectorContent_OpenMP
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _N_VectorContent_OpenMP
impl Debug for _N_VectorContent_OpenMP
impl Copy for _N_VectorContent_OpenMP
Auto Trait Implementations§
impl Freeze for _N_VectorContent_OpenMP
impl RefUnwindSafe for _N_VectorContent_OpenMP
impl !Send for _N_VectorContent_OpenMP
impl !Sync for _N_VectorContent_OpenMP
impl Unpin for _N_VectorContent_OpenMP
impl UnwindSafe for _N_VectorContent_OpenMP
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