#[repr(i32)]pub enum FunctionStatsFlags {
FunctionStats_Enable = 1,
FunctionStats_BytecodeSummary = 2,
}Variants§
Implementations§
Source§impl FunctionStatsFlags
impl FunctionStatsFlags
pub const FunctionStats_Enable: Self = Self::FunctionStats_Enable
pub const FunctionStats_BytecodeSummary: Self = Self::FunctionStats_BytecodeSummary
Trait Implementations§
Source§impl BitOr for FunctionStatsFlags
impl BitOr for FunctionStatsFlags
Source§impl BitOr<FunctionStatsFlags> for i32
impl BitOr<FunctionStatsFlags> for i32
Source§impl Clone for FunctionStatsFlags
impl Clone for FunctionStatsFlags
Source§fn clone(&self) -> FunctionStatsFlags
fn clone(&self) -> FunctionStatsFlags
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 moreimpl Copy for FunctionStatsFlags
Source§impl Debug for FunctionStatsFlags
impl Debug for FunctionStatsFlags
impl Eq for FunctionStatsFlags
Source§impl Hash for FunctionStatsFlags
impl Hash for FunctionStatsFlags
Source§impl PartialEq for FunctionStatsFlags
impl PartialEq for FunctionStatsFlags
Source§fn eq(&self, other: &FunctionStatsFlags) -> bool
fn eq(&self, other: &FunctionStatsFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FunctionStatsFlags
Auto Trait Implementations§
impl Freeze for FunctionStatsFlags
impl RefUnwindSafe for FunctionStatsFlags
impl Send for FunctionStatsFlags
impl Sync for FunctionStatsFlags
impl Unpin for FunctionStatsFlags
impl UnsafeUnpin for FunctionStatsFlags
impl UnwindSafe for FunctionStatsFlags
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