pub struct FfiConst {
pub name: String,
pub const_type: String,
pub value: String,
}Expand description
FFI constant
Fields§
§name: String§const_type: String§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FfiConst
impl RefUnwindSafe for FfiConst
impl Send for FfiConst
impl Sync for FfiConst
impl Unpin for FfiConst
impl UnsafeUnpin for FfiConst
impl UnwindSafe for FfiConst
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