pub struct FFIArgument {
pub name: String,
pub type_: Option<Type>,
pub optional: bool,
}Fields§
§name: String§type_: Option<Type>§optional: boolAuto Trait Implementations§
impl Freeze for FFIArgument
impl !RefUnwindSafe for FFIArgument
impl !Send for FFIArgument
impl !Sync for FFIArgument
impl Unpin for FFIArgument
impl !UnwindSafe for FFIArgument
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