Lines Matching defs:Md
25 impl Drop for Md {
34 impl ForeignType for Md {
40 Md(ptr)
49 impl Deref for Md {
60 impl DerefMut for Md {
74 pub struct Md(Inner);
76 unsafe impl Sync for Md {}
77 unsafe impl Send for Md {}
79 impl Md {
80 /// Returns the `Md` corresponding to an [`Nid`].
93 /// Fetches an `Md` object corresponding to the specified algorithm name and properties.
113 Ok(Md::from_ptr(ptr))
204 /// A reference to an [`Md`].