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