pub struct Hmm {
pub c_hmm: *mut P7_HMM,
}Fields§
§c_hmm: *mut P7_HMMImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hmm
impl RefUnwindSafe for Hmm
impl !Send for Hmm
impl !Sync for Hmm
impl Unpin for Hmm
impl UnwindSafe for Hmm
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