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