#[repr(C)]pub struct LClosure {
pub p: *mut Proto,
pub uprefs: [TValue; 1],
}Fields§
§p: *mut Proto§uprefs: [TValue; 1]Auto Trait Implementations§
impl !Send for LClosure
impl !Sync for LClosure
impl Freeze for LClosure
impl RefUnwindSafe for LClosure
impl Unpin for LClosure
impl UnsafeUnpin for LClosure
impl UnwindSafe for LClosure
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