#[repr(C)]pub struct CallStackItemFlags {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl CallStackItemFlags
impl CallStackItemFlags
pub fn none() -> Self
pub fn entry_point() -> Self
pub fn resume_entry_point() -> Self
pub fn call_entry_point() -> Self
pub fn tail_call() -> Self
pub fn method_call() -> Self
Trait Implementations§
Source§impl ClassIdentity for CallStackItemFlags
impl ClassIdentity for CallStackItemFlags
Source§impl Clone for CallStackItemFlags
impl Clone for CallStackItemFlags
Source§fn clone(&self) -> CallStackItemFlags
fn clone(&self) -> CallStackItemFlags
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 CallStackItemFlags
impl Debug for CallStackItemFlags
Source§impl PartialEq for CallStackItemFlags
impl PartialEq for CallStackItemFlags
impl Copy for CallStackItemFlags
impl Eq for CallStackItemFlags
impl StructuralPartialEq for CallStackItemFlags
Auto Trait Implementations§
impl Freeze for CallStackItemFlags
impl RefUnwindSafe for CallStackItemFlags
impl Send for CallStackItemFlags
impl Sync for CallStackItemFlags
impl Unpin for CallStackItemFlags
impl UnwindSafe for CallStackItemFlags
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)