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