#[repr(u32)]pub enum JSJitInfo_OpType {
Getter = 0,
Setter = 1,
Method = 2,
StaticMethod = 3,
InlinableNative = 4,
TrampolineNative = 5,
IgnoresReturnValueNative = 6,
OpTypeCount = 7,
}
Variants§
Getter = 0
Setter = 1
Method = 2
StaticMethod = 3
InlinableNative = 4
TrampolineNative = 5
IgnoresReturnValueNative = 6
OpTypeCount = 7
Trait Implementations§
Source§impl Clone for JSJitInfo_OpType
impl Clone for JSJitInfo_OpType
Source§fn clone(&self) -> JSJitInfo_OpType
fn clone(&self) -> JSJitInfo_OpType
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 moreSource§impl Debug for JSJitInfo_OpType
impl Debug for JSJitInfo_OpType
Source§impl Hash for JSJitInfo_OpType
impl Hash for JSJitInfo_OpType
Source§impl PartialEq for JSJitInfo_OpType
impl PartialEq for JSJitInfo_OpType
impl Copy for JSJitInfo_OpType
impl Eq for JSJitInfo_OpType
impl StructuralPartialEq for JSJitInfo_OpType
Auto Trait Implementations§
impl Freeze for JSJitInfo_OpType
impl RefUnwindSafe for JSJitInfo_OpType
impl Send for JSJitInfo_OpType
impl Sync for JSJitInfo_OpType
impl Unpin for JSJitInfo_OpType
impl UnwindSafe for JSJitInfo_OpType
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§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more