#[repr(C)]pub struct FRENamedFunction {
pub name: FREStr,
pub functionData: FREData,
pub function: FREFunction,
}Expand description
See FREFunction.
Fields§
§name: FREStr§functionData: FREData§function: FREFunctionTrait Implementations§
Auto Trait Implementations§
impl Freeze for FRENamedFunction
impl RefUnwindSafe for FRENamedFunction
impl !Send for FRENamedFunction
impl !Sync for FRENamedFunction
impl Unpin for FRENamedFunction
impl UnsafeUnpin for FRENamedFunction
impl UnwindSafe for FRENamedFunction
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