pub trait IntoFFIValue: RIType {
// Required method
fn into_ffi_value(
self,
context: &mut dyn FunctionContext,
) -> Result<Self::FFIType>;
}Expand description
Something that can be converted into a ffi value.
Required Methods§
Sourcefn into_ffi_value(
self,
context: &mut dyn FunctionContext,
) -> Result<Self::FFIType>
fn into_ffi_value( self, context: &mut dyn FunctionContext, ) -> Result<Self::FFIType>
Convert self into a ffi value.
Implementations on Foreign Types§
Source§impl IntoFFIValue for bool
Available on crate feature std only.
impl IntoFFIValue for bool
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<u8>
Source§impl IntoFFIValue for i8
Available on crate feature std only.
impl IntoFFIValue for i8
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<i8>
Source§impl IntoFFIValue for i16
Available on crate feature std only.
impl IntoFFIValue for i16
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<i16>
Source§impl IntoFFIValue for i32
Available on crate feature std only.
impl IntoFFIValue for i32
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<i32>
Source§impl IntoFFIValue for i64
Available on crate feature std only.
impl IntoFFIValue for i64
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<i64>
Source§impl IntoFFIValue for i128
Available on crate feature std only.
impl IntoFFIValue for i128
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for u8
Available on crate feature std only.
impl IntoFFIValue for u8
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<u8>
Source§impl IntoFFIValue for u16
Available on crate feature std only.
impl IntoFFIValue for u16
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<u16>
Source§impl IntoFFIValue for u32
Available on crate feature std only.
impl IntoFFIValue for u32
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for u64
Available on crate feature std only.
impl IntoFFIValue for u64
Available on crate feature
std only.fn into_ffi_value(self, _: &mut dyn FunctionContext) -> Result<u64>
Source§impl IntoFFIValue for u128
Available on crate feature std only.
impl IntoFFIValue for u128
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 1]
Available on crate feature std only.
impl IntoFFIValue for [u8; 1]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 2]
Available on crate feature std only.
impl IntoFFIValue for [u8; 2]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 3]
Available on crate feature std only.
impl IntoFFIValue for [u8; 3]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 4]
Available on crate feature std only.
impl IntoFFIValue for [u8; 4]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 5]
Available on crate feature std only.
impl IntoFFIValue for [u8; 5]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 6]
Available on crate feature std only.
impl IntoFFIValue for [u8; 6]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 7]
Available on crate feature std only.
impl IntoFFIValue for [u8; 7]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 8]
Available on crate feature std only.
impl IntoFFIValue for [u8; 8]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 9]
Available on crate feature std only.
impl IntoFFIValue for [u8; 9]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 10]
Available on crate feature std only.
impl IntoFFIValue for [u8; 10]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 11]
Available on crate feature std only.
impl IntoFFIValue for [u8; 11]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 12]
Available on crate feature std only.
impl IntoFFIValue for [u8; 12]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 13]
Available on crate feature std only.
impl IntoFFIValue for [u8; 13]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 14]
Available on crate feature std only.
impl IntoFFIValue for [u8; 14]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 15]
Available on crate feature std only.
impl IntoFFIValue for [u8; 15]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 16]
Available on crate feature std only.
impl IntoFFIValue for [u8; 16]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 17]
Available on crate feature std only.
impl IntoFFIValue for [u8; 17]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 18]
Available on crate feature std only.
impl IntoFFIValue for [u8; 18]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 19]
Available on crate feature std only.
impl IntoFFIValue for [u8; 19]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 20]
Available on crate feature std only.
impl IntoFFIValue for [u8; 20]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 21]
Available on crate feature std only.
impl IntoFFIValue for [u8; 21]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 22]
Available on crate feature std only.
impl IntoFFIValue for [u8; 22]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 23]
Available on crate feature std only.
impl IntoFFIValue for [u8; 23]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 24]
Available on crate feature std only.
impl IntoFFIValue for [u8; 24]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 25]
Available on crate feature std only.
impl IntoFFIValue for [u8; 25]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 26]
Available on crate feature std only.
impl IntoFFIValue for [u8; 26]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 27]
Available on crate feature std only.
impl IntoFFIValue for [u8; 27]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 28]
Available on crate feature std only.
impl IntoFFIValue for [u8; 28]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 29]
Available on crate feature std only.
impl IntoFFIValue for [u8; 29]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 30]
Available on crate feature std only.
impl IntoFFIValue for [u8; 30]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 31]
Available on crate feature std only.
impl IntoFFIValue for [u8; 31]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 32]
Available on crate feature std only.
impl IntoFFIValue for [u8; 32]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 33]
Available on crate feature std only.
impl IntoFFIValue for [u8; 33]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 34]
Available on crate feature std only.
impl IntoFFIValue for [u8; 34]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 35]
Available on crate feature std only.
impl IntoFFIValue for [u8; 35]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 36]
Available on crate feature std only.
impl IntoFFIValue for [u8; 36]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 37]
Available on crate feature std only.
impl IntoFFIValue for [u8; 37]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 38]
Available on crate feature std only.
impl IntoFFIValue for [u8; 38]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 39]
Available on crate feature std only.
impl IntoFFIValue for [u8; 39]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 40]
Available on crate feature std only.
impl IntoFFIValue for [u8; 40]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 41]
Available on crate feature std only.
impl IntoFFIValue for [u8; 41]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 42]
Available on crate feature std only.
impl IntoFFIValue for [u8; 42]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 43]
Available on crate feature std only.
impl IntoFFIValue for [u8; 43]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 44]
Available on crate feature std only.
impl IntoFFIValue for [u8; 44]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 45]
Available on crate feature std only.
impl IntoFFIValue for [u8; 45]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 46]
Available on crate feature std only.
impl IntoFFIValue for [u8; 46]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 47]
Available on crate feature std only.
impl IntoFFIValue for [u8; 47]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 48]
Available on crate feature std only.
impl IntoFFIValue for [u8; 48]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 49]
Available on crate feature std only.
impl IntoFFIValue for [u8; 49]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 50]
Available on crate feature std only.
impl IntoFFIValue for [u8; 50]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 51]
Available on crate feature std only.
impl IntoFFIValue for [u8; 51]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 52]
Available on crate feature std only.
impl IntoFFIValue for [u8; 52]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 53]
Available on crate feature std only.
impl IntoFFIValue for [u8; 53]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 54]
Available on crate feature std only.
impl IntoFFIValue for [u8; 54]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 55]
Available on crate feature std only.
impl IntoFFIValue for [u8; 55]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 56]
Available on crate feature std only.
impl IntoFFIValue for [u8; 56]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 57]
Available on crate feature std only.
impl IntoFFIValue for [u8; 57]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 58]
Available on crate feature std only.
impl IntoFFIValue for [u8; 58]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 59]
Available on crate feature std only.
impl IntoFFIValue for [u8; 59]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 60]
Available on crate feature std only.
impl IntoFFIValue for [u8; 60]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 61]
Available on crate feature std only.
impl IntoFFIValue for [u8; 61]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 62]
Available on crate feature std only.
impl IntoFFIValue for [u8; 62]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 63]
Available on crate feature std only.
impl IntoFFIValue for [u8; 63]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 64]
Available on crate feature std only.
impl IntoFFIValue for [u8; 64]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 65]
Available on crate feature std only.
impl IntoFFIValue for [u8; 65]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 66]
Available on crate feature std only.
impl IntoFFIValue for [u8; 66]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 67]
Available on crate feature std only.
impl IntoFFIValue for [u8; 67]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 68]
Available on crate feature std only.
impl IntoFFIValue for [u8; 68]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 69]
Available on crate feature std only.
impl IntoFFIValue for [u8; 69]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 70]
Available on crate feature std only.
impl IntoFFIValue for [u8; 70]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 71]
Available on crate feature std only.
impl IntoFFIValue for [u8; 71]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 72]
Available on crate feature std only.
impl IntoFFIValue for [u8; 72]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 73]
Available on crate feature std only.
impl IntoFFIValue for [u8; 73]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 74]
Available on crate feature std only.
impl IntoFFIValue for [u8; 74]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 75]
Available on crate feature std only.
impl IntoFFIValue for [u8; 75]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 76]
Available on crate feature std only.
impl IntoFFIValue for [u8; 76]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 77]
Available on crate feature std only.
impl IntoFFIValue for [u8; 77]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 78]
Available on crate feature std only.
impl IntoFFIValue for [u8; 78]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 79]
Available on crate feature std only.
impl IntoFFIValue for [u8; 79]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 80]
Available on crate feature std only.
impl IntoFFIValue for [u8; 80]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 81]
Available on crate feature std only.
impl IntoFFIValue for [u8; 81]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 82]
Available on crate feature std only.
impl IntoFFIValue for [u8; 82]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 83]
Available on crate feature std only.
impl IntoFFIValue for [u8; 83]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 84]
Available on crate feature std only.
impl IntoFFIValue for [u8; 84]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 85]
Available on crate feature std only.
impl IntoFFIValue for [u8; 85]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 86]
Available on crate feature std only.
impl IntoFFIValue for [u8; 86]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 87]
Available on crate feature std only.
impl IntoFFIValue for [u8; 87]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 88]
Available on crate feature std only.
impl IntoFFIValue for [u8; 88]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 89]
Available on crate feature std only.
impl IntoFFIValue for [u8; 89]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 90]
Available on crate feature std only.
impl IntoFFIValue for [u8; 90]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 91]
Available on crate feature std only.
impl IntoFFIValue for [u8; 91]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 92]
Available on crate feature std only.
impl IntoFFIValue for [u8; 92]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 93]
Available on crate feature std only.
impl IntoFFIValue for [u8; 93]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 94]
Available on crate feature std only.
impl IntoFFIValue for [u8; 94]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 95]
Available on crate feature std only.
impl IntoFFIValue for [u8; 95]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl IntoFFIValue for [u8; 96]
Available on crate feature std only.
impl IntoFFIValue for [u8; 96]
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u32>
Source§impl<T: 'static + Encode> IntoFFIValue for Vec<T>
Available on crate feature std only.
impl<T: 'static + Encode> IntoFFIValue for Vec<T>
Available on crate feature
std only.fn into_ffi_value(self, context: &mut dyn FunctionContext) -> Result<u64>
Implementors§
impl<T: PassBy> IntoFFIValue for T
Available on crate feature
std only.impl<T: PointerType> IntoFFIValue for Pointer<T>
Available on crate feature
std only.