Struct ScriptDebugState
#[repr(transparent)]pub struct ScriptDebugState(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ScriptDebugState
impl Clone for ScriptDebugState
§fn clone(&self) -> ScriptDebugState
fn clone(&self) -> ScriptDebugState
Returns a copy 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 more§impl Debug for ScriptDebugState
impl Debug for ScriptDebugState
§impl Default for ScriptDebugState
impl Default for ScriptDebugState
§fn default() -> ScriptDebugState
fn default() -> ScriptDebugState
Returns the “default value” for a type. Read more
§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