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