#[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_void

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.