#[repr(C)]pub struct dHashSpace {
pub _base: dSpace,
}Fields§
§_base: dSpaceTrait Implementations§
Auto Trait Implementations§
impl Freeze for dHashSpace
impl RefUnwindSafe for dHashSpace
impl !Send for dHashSpace
impl !Sync for dHashSpace
impl Unpin for dHashSpace
impl UnwindSafe for dHashSpace
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