#[repr(C)]pub struct GxB_Container_struct {Show 21 fields
pub nrows: u64,
pub ncols: u64,
pub nrows_nonempty: i64,
pub ncols_nonempty: i64,
pub nvals: u64,
pub u64_future: [u64; 11],
pub format: i32,
pub orientation: i32,
pub u32_future: [u32; 14],
pub p: *mut GB_Vector_opaque,
pub h: *mut GB_Vector_opaque,
pub b: *mut GB_Vector_opaque,
pub i: *mut GB_Vector_opaque,
pub x: *mut GB_Vector_opaque,
pub vector_future: [*mut GB_Vector_opaque; 11],
pub Y: *mut GB_Matrix_opaque,
pub matrix_future: [*mut GB_Matrix_opaque; 15],
pub iso: bool,
pub jumbled: bool,
pub bool_future: [bool; 30],
pub void_future: [*mut c_void; 16],
}Fields§
§nrows: u64§ncols: u64§nrows_nonempty: i64§ncols_nonempty: i64§nvals: u64§u64_future: [u64; 11]§format: i32§orientation: i32§u32_future: [u32; 14]§p: *mut GB_Vector_opaque§h: *mut GB_Vector_opaque§b: *mut GB_Vector_opaque§i: *mut GB_Vector_opaque§x: *mut GB_Vector_opaque§vector_future: [*mut GB_Vector_opaque; 11]§Y: *mut GB_Matrix_opaque§matrix_future: [*mut GB_Matrix_opaque; 15]§iso: bool§jumbled: bool§bool_future: [bool; 30]§void_future: [*mut c_void; 16]Trait Implementations§
Source§impl Clone for GxB_Container_struct
impl Clone for GxB_Container_struct
Source§fn clone(&self) -> GxB_Container_struct
fn clone(&self) -> GxB_Container_struct
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GxB_Container_struct
impl Debug for GxB_Container_struct
impl Copy for GxB_Container_struct
Auto Trait Implementations§
impl Freeze for GxB_Container_struct
impl RefUnwindSafe for GxB_Container_struct
impl !Send for GxB_Container_struct
impl !Sync for GxB_Container_struct
impl Unpin for GxB_Container_struct
impl UnsafeUnpin for GxB_Container_struct
impl UnwindSafe for GxB_Container_struct
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more