pub struct PadFunction;
Trait Implementations§
Source§impl ForeignFunction for PadFunction
impl ForeignFunction for PadFunction
fn arguments(&self) -> Vec<FFIArgument>
fn return_type(&self) -> Type
fn call(&self, arguments: &[FFIArgumentValue]) -> TokenStream
Auto Trait Implementations§
impl Freeze for PadFunction
impl RefUnwindSafe for PadFunction
impl Send for PadFunction
impl Sync for PadFunction
impl Unpin for PadFunction
impl UnwindSafe for PadFunction
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