#[repr(C)]pub struct OpCodeMetadataType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl OpCodeMetadataType
impl OpCodeMetadataType
pub fn chunk_entrypoint() -> Self
pub fn function_entrypoint() -> Self
Trait Implementations§
Source§impl ClassIdentity for OpCodeMetadataType
impl ClassIdentity for OpCodeMetadataType
Source§impl Clone for OpCodeMetadataType
impl Clone for OpCodeMetadataType
Source§fn clone(&self) -> OpCodeMetadataType
fn clone(&self) -> OpCodeMetadataType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpCodeMetadataType
impl Debug for OpCodeMetadataType
Source§impl PartialEq for OpCodeMetadataType
impl PartialEq for OpCodeMetadataType
impl Copy for OpCodeMetadataType
impl Eq for OpCodeMetadataType
impl StructuralPartialEq for OpCodeMetadataType
Auto Trait Implementations§
impl Freeze for OpCodeMetadataType
impl RefUnwindSafe for OpCodeMetadataType
impl Send for OpCodeMetadataType
impl Sync for OpCodeMetadataType
impl Unpin for OpCodeMetadataType
impl UnwindSafe for OpCodeMetadataType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)