[][src]Struct smash::lib::LuaConst

pub struct LuaConst { /* fields omitted */ }

Methods

impl LuaConst[src]

pub const fn new(lua_bind_hash: u64) -> Self[src]

pub fn as_lua_int(&self) -> L2CValue[src]

Trait Implementations

impl Clone for LuaConst[src]

impl Deref for LuaConst[src]

type Target = i32

The resulting type after dereferencing.

impl Eq for LuaConst[src]

impl From<LuaConst> for i32[src]

impl From<LuaConst> for u32[src]

impl Hash for LuaConst[src]

impl Into<L2CValue> for LuaConst[src]

impl PartialEq<L2CValue> for LuaConst[src]

impl PartialEq<LuaConst> for LuaConst[src]

impl PartialEq<LuaConst> for L2CValue[src]

impl PartialEq<LuaConst> for i32[src]

impl PartialEq<LuaConst> for u32[src]

impl PartialEq<LuaConst> for u64[src]

impl PartialEq<i32> for LuaConst[src]

impl PartialEq<u32> for LuaConst[src]

impl PartialEq<u64> for LuaConst[src]

impl PartialOrd<LuaConst> for L2CValue[src]

impl PartialOrd<LuaConst> for i32[src]

impl PartialOrd<LuaConst> for u32[src]

impl PartialOrd<LuaConst> for u64[src]

impl PartialOrd<i32> for LuaConst[src]

impl PartialOrd<u32> for LuaConst[src]

impl PartialOrd<u64> for LuaConst[src]

Auto Trait Implementations

impl !RefUnwindSafe for LuaConst

impl Send for LuaConst

impl !Sync for LuaConst

impl Unpin for LuaConst

impl UnwindSafe for LuaConst

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.