#[repr(C)]pub struct EValue {
pub payload: EValue_Payload,
pub tag: Tag,
}Fields§
§payload: EValue_Payload§tag: TagAuto Trait Implementations§
impl Freeze for EValue
impl RefUnwindSafe for EValue
impl !Send for EValue
impl !Sync for EValue
impl Unpin for EValue
impl UnwindSafe for EValue
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