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