#[repr(C)]pub struct ossl_item_st {
pub id: u32,
pub ptr: *mut c_void,
}
Fields§
§id: u32
§ptr: *mut c_void
Trait Implementations§
Source§impl Clone for ossl_item_st
impl Clone for ossl_item_st
Source§fn clone(&self) -> ossl_item_st
fn clone(&self) -> ossl_item_st
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ossl_item_st
impl Debug for ossl_item_st
impl Copy for ossl_item_st
Auto Trait Implementations§
impl Freeze for ossl_item_st
impl RefUnwindSafe for ossl_item_st
impl !Send for ossl_item_st
impl !Sync for ossl_item_st
impl Unpin for ossl_item_st
impl UnwindSafe for ossl_item_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