#[repr(C)]pub enum IterRefine_t {
NOREFINE = 0,
SLU_SINGLE = 1,
SLU_DOUBLE = 2,
SLU_EXTRA = 3,
}Variants§
Trait Implementations§
Source§impl Clone for IterRefine_t
impl Clone for IterRefine_t
Source§fn clone(&self) -> IterRefine_t
fn clone(&self) -> IterRefine_t
Returns a duplicate 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 moreimpl Copy for IterRefine_t
Auto Trait Implementations§
impl Freeze for IterRefine_t
impl RefUnwindSafe for IterRefine_t
impl Send for IterRefine_t
impl Sync for IterRefine_t
impl Unpin for IterRefine_t
impl UnwindSafe for IterRefine_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