#[repr(transparent)]pub struct ScriptDebugState(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for ScriptDebugState
impl Clone for ScriptDebugState
Source§fn clone(&self) -> ScriptDebugState
fn clone(&self) -> ScriptDebugState
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 ScriptDebugState
impl Debug for ScriptDebugState
Source§impl Default for ScriptDebugState
impl Default for ScriptDebugState
Source§fn default() -> ScriptDebugState
fn default() -> ScriptDebugState
Returns the “default value” for a type. Read more
Source§impl From<i32> for ScriptDebugState
impl From<i32> for ScriptDebugState
Source§impl PartialEq for ScriptDebugState
impl PartialEq for ScriptDebugState
impl Copy for ScriptDebugState
impl Eq for ScriptDebugState
impl StructuralPartialEq for ScriptDebugState
Auto Trait Implementations§
impl Freeze for ScriptDebugState
impl RefUnwindSafe for ScriptDebugState
impl Send for ScriptDebugState
impl Sync for ScriptDebugState
impl Unpin for ScriptDebugState
impl UnwindSafe for ScriptDebugState
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