#[repr(C)]pub struct ProcDesc_Type {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ProcDesc_Type
impl ProcDesc_Type
pub fn end() -> Self
pub fn halt() -> Self
pub fn jump() -> Self
pub fn label() -> Self
pub fn push() -> Self
pub fn pop() -> Self
pub fn persistent() -> Self
pub fn wait_time() -> Self
pub fn wait_frame() -> Self
pub fn yield() -> Self
pub fn call() -> Self
pub fn tick() -> Self
pub fn args() -> Self
pub fn wait_func() -> Self
pub fn jump_func() -> Self
pub fn user() -> Self
pub fn max() -> Self
Trait Implementations§
Source§impl ClassIdentity for ProcDesc_Type
impl ClassIdentity for ProcDesc_Type
Source§impl Clone for ProcDesc_Type
impl Clone for ProcDesc_Type
Source§fn clone(&self) -> ProcDesc_Type
fn clone(&self) -> ProcDesc_Type
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 ProcDesc_Type
impl Debug for ProcDesc_Type
Source§impl PartialEq for ProcDesc_Type
impl PartialEq for ProcDesc_Type
impl Copy for ProcDesc_Type
impl Eq for ProcDesc_Type
impl StructuralPartialEq for ProcDesc_Type
Auto Trait Implementations§
impl Freeze for ProcDesc_Type
impl RefUnwindSafe for ProcDesc_Type
impl Send for ProcDesc_Type
impl Sync for ProcDesc_Type
impl Unpin for ProcDesc_Type
impl UnwindSafe for ProcDesc_Type
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)