pub struct FFIArgumentValue {
pub type_: Type,
pub present: bool,
pub value: TokenStream,
}Fields§
§type_: Type§present: bool§value: TokenStreamAuto Trait Implementations§
impl Freeze for FFIArgumentValue
impl !RefUnwindSafe for FFIArgumentValue
impl !Send for FFIArgumentValue
impl !Sync for FFIArgumentValue
impl Unpin for FFIArgumentValue
impl !UnwindSafe for FFIArgumentValue
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