#[repr(u32)]pub enum BNEarlyReturn {
DefaultEarlyReturn = 0,
PreventEarlyReturn = 1,
SmallestSideEarlyReturn = 2,
TrueSideEarlyReturn = 3,
FalseSideEarlyReturn = 4,
}
Variants§
DefaultEarlyReturn = 0
PreventEarlyReturn = 1
SmallestSideEarlyReturn = 2
TrueSideEarlyReturn = 3
FalseSideEarlyReturn = 4
Trait Implementations§
source§impl Clone for BNEarlyReturn
impl Clone for BNEarlyReturn
source§fn clone(&self) -> BNEarlyReturn
fn clone(&self) -> BNEarlyReturn
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 BNEarlyReturn
impl Debug for BNEarlyReturn
source§impl Hash for BNEarlyReturn
impl Hash for BNEarlyReturn
source§impl PartialEq for BNEarlyReturn
impl PartialEq for BNEarlyReturn
impl Copy for BNEarlyReturn
impl Eq for BNEarlyReturn
impl StructuralPartialEq for BNEarlyReturn
Auto Trait Implementations§
impl Freeze for BNEarlyReturn
impl RefUnwindSafe for BNEarlyReturn
impl Send for BNEarlyReturn
impl Sync for BNEarlyReturn
impl Unpin for BNEarlyReturn
impl UnwindSafe for BNEarlyReturn
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)