#[repr(C)]pub struct packm_params_s {
pub size: u64,
pub bmid_m: bszid_t,
pub bmid_n: bszid_t,
pub does_invert_diag: bool,
pub rev_iter_if_upper: bool,
pub rev_iter_if_lower: bool,
pub pack_schema: pack_t,
pub pack_buf_type: packbuf_t,
}Fields§
§size: u64§bmid_m: bszid_t§bmid_n: bszid_t§does_invert_diag: bool§rev_iter_if_upper: bool§rev_iter_if_lower: bool§pack_schema: pack_t§pack_buf_type: packbuf_tTrait Implementations§
Source§impl Clone for packm_params_s
impl Clone for packm_params_s
Source§fn clone(&self) -> packm_params_s
fn clone(&self) -> packm_params_s
Returns a copy 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 packm_params_s
impl Debug for packm_params_s
impl Copy for packm_params_s
Auto Trait Implementations§
impl Freeze for packm_params_s
impl RefUnwindSafe for packm_params_s
impl Send for packm_params_s
impl Sync for packm_params_s
impl Unpin for packm_params_s
impl UnwindSafe for packm_params_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