#[repr(C)]pub struct RawLuaClosure {
pub proto: *mut RawProto,
}Fields§
§proto: *mut RawProtoTrait Implementations§
Source§impl Clone for RawLuaClosure
impl Clone for RawLuaClosure
Source§fn clone(&self) -> RawLuaClosure
fn clone(&self) -> RawLuaClosure
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 RawLuaClosure
Auto Trait Implementations§
impl !Send for RawLuaClosure
impl !Sync for RawLuaClosure
impl Freeze for RawLuaClosure
impl RefUnwindSafe for RawLuaClosure
impl Unpin for RawLuaClosure
impl UnsafeUnpin for RawLuaClosure
impl UnwindSafe for RawLuaClosure
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