#[repr(C)]pub struct EValueRef {
pub ptr: *const c_void,
}Fields§
§ptr: *const c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for EValueRef
impl RefUnwindSafe for EValueRef
impl !Send for EValueRef
impl !Sync for EValueRef
impl Unpin for EValueRef
impl UnwindSafe for EValueRef
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