#[repr(C)]pub struct CodeField {
pub name: *const c_char,
pub value: CodeValue,
}Expand description
A key-value pair for object fields.
Fields§
§name: *const c_char§value: CodeValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for CodeField
impl RefUnwindSafe for CodeField
impl Unpin for CodeField
impl UnsafeUnpin for CodeField
impl UnwindSafe for CodeField
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