Struct scratchstack_wrapper_aws_lc::dh_st
source · #[repr(C)]pub struct dh_st { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for dh_st
impl Send for dh_st
impl Sync for dh_st
impl Unpin for dh_st
impl UnwindSafe for dh_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more