pub struct LuaControlWalkingState {
pub direction: &'static str,
pub walking: bool,
}Fields§
§direction: &'static str§walking: boolTrait Implementations§
Source§impl Clone for LuaControlWalkingState
impl Clone for LuaControlWalkingState
Source§fn clone(&self) -> LuaControlWalkingState
fn clone(&self) -> LuaControlWalkingState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LuaControlWalkingState
Source§impl Debug for LuaControlWalkingState
impl Debug for LuaControlWalkingState
Source§impl Default for LuaControlWalkingState
impl Default for LuaControlWalkingState
Source§fn default() -> LuaControlWalkingState
fn default() -> LuaControlWalkingState
Returns the “default value” for a type. Read more
Source§impl PartialEq for LuaControlWalkingState
impl PartialEq for LuaControlWalkingState
impl StructuralPartialEq for LuaControlWalkingState
Auto Trait Implementations§
impl Freeze for LuaControlWalkingState
impl RefUnwindSafe for LuaControlWalkingState
impl Send for LuaControlWalkingState
impl Sync for LuaControlWalkingState
impl Unpin for LuaControlWalkingState
impl UnsafeUnpin for LuaControlWalkingState
impl UnwindSafe for LuaControlWalkingState
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