#[repr(C)]pub struct Dhm { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Into<*const dhm_context> for &'a Dhm
impl<'a> Into<*const dhm_context> for &'a Dhm
Source§fn into(self) -> *const dhm_context
fn into(self) -> *const dhm_context
Converts this type into the (usually inferred) input type.
Source§impl<'a> Into<*mut dhm_context> for &'a mut Dhm
impl<'a> Into<*mut dhm_context> for &'a mut Dhm
Source§fn into(self) -> *mut dhm_context
fn into(self) -> *mut dhm_context
Converts this type into the (usually inferred) input type.
impl Send for Dhm
Auto Trait Implementations§
impl Freeze for Dhm
impl RefUnwindSafe for Dhm
impl !Sync for Dhm
impl Unpin for Dhm
impl UnwindSafe for Dhm
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