#[repr(C)]pub struct dsa_st { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dsa_st
impl RefUnwindSafe for dsa_st
impl Send for dsa_st
impl Sync for dsa_st
impl Unpin for dsa_st
impl UnwindSafe for dsa_st
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