pub struct GunShift4Way {
pub east: LuaAny,
pub north: LuaAny,
pub south: LuaAny,
pub west: LuaAny,
}Fields§
§east: LuaAny§north: LuaAny§south: LuaAny§west: LuaAnyTrait Implementations§
Source§impl Clone for GunShift4Way
impl Clone for GunShift4Way
Source§fn clone(&self) -> GunShift4Way
fn clone(&self) -> GunShift4Way
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 GunShift4Way
Source§impl Debug for GunShift4Way
impl Debug for GunShift4Way
Source§impl Default for GunShift4Way
impl Default for GunShift4Way
Source§fn default() -> GunShift4Way
fn default() -> GunShift4Way
Returns the “default value” for a type. Read more
Source§impl PartialEq for GunShift4Way
impl PartialEq for GunShift4Way
impl StructuralPartialEq for GunShift4Way
Auto Trait Implementations§
impl Freeze for GunShift4Way
impl RefUnwindSafe for GunShift4Way
impl Send for GunShift4Way
impl Sync for GunShift4Way
impl Unpin for GunShift4Way
impl UnsafeUnpin for GunShift4Way
impl UnwindSafe for GunShift4Way
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