#[repr(C)]pub enum rowperm_t {
NOROWPERM = 0,
LargeDiag = 1,
MY_PERMR = 2,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for rowperm_t
impl RefUnwindSafe for rowperm_t
impl Send for rowperm_t
impl Sync for rowperm_t
impl Unpin for rowperm_t
impl UnwindSafe for rowperm_t
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