Struct playdate_sys::ffi::lua_reg
source · #[repr(C)]pub struct lua_reg {
pub name: *const c_char,
pub func: lua_CFunction,
}Fields§
§name: *const c_char§func: lua_CFunctionTrait Implementations§
source§impl Ord for lua_reg
impl Ord for lua_reg
source§impl PartialOrd for lua_reg
impl PartialOrd for lua_reg
impl Copy for lua_reg
impl Eq for lua_reg
impl StructuralPartialEq for lua_reg
Auto Trait Implementations§
impl RefUnwindSafe for lua_reg
impl !Send for lua_reg
impl !Sync for lua_reg
impl Unpin for lua_reg
impl UnwindSafe for lua_reg
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes