#[repr(C)]pub struct obj_s {Show 22 fields
pub root: *mut obj_s,
pub off: [dim_t; 2],
pub dim: [dim_t; 2],
pub diag_off: doff_t,
pub info: objbits_t,
pub info2: objbits_t,
pub elem_size: siz_t,
pub buffer: *mut c_void,
pub rs: inc_t,
pub cs: inc_t,
pub is: inc_t,
pub scalar: atom_t,
pub m_padded: dim_t,
pub n_padded: dim_t,
pub ps: inc_t,
pub pd: inc_t,
pub m_panel: dim_t,
pub n_panel: dim_t,
pub pack_fn: obj_pack_fn_t,
pub pack_params: *mut c_void,
pub ker_fn: obj_ker_fn_t,
pub ker_params: *mut c_void,
}Fields
root: *mut obj_soff: [dim_t; 2]dim: [dim_t; 2]diag_off: doff_tinfo: objbits_tinfo2: objbits_telem_size: siz_tbuffer: *mut c_voidrs: inc_tcs: inc_tis: inc_tscalar: atom_tm_padded: dim_tn_padded: dim_tps: inc_tpd: inc_tm_panel: dim_tn_panel: dim_tpack_fn: obj_pack_fn_tpack_params: *mut c_voidker_fn: obj_ker_fn_tker_params: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for obj_s
impl !Send for obj_s
impl !Sync for obj_s
impl Unpin for obj_s
impl UnwindSafe for obj_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