#[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_s§off: [dim_t; 2]§dim: [dim_t; 2]§diag_off: doff_t§info: objbits_t§info2: objbits_t§elem_size: siz_t§buffer: *mut c_void§rs: inc_t§cs: inc_t§is: inc_t§scalar: atom_t§m_padded: dim_t§n_padded: dim_t§ps: inc_t§pd: inc_t§m_panel: dim_t§n_panel: dim_t§pack_fn: obj_pack_fn_t§pack_params: *mut c_void§ker_fn: obj_ker_fn_t§ker_params: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for obj_s
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§
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