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