#[repr(C)]pub struct conf_st {
pub meth: *mut conf_method_st,
pub meth_data: *mut c_void,
pub data: *mut lhash_st_CONF_VALUE,
pub flag_dollarid: i32,
pub flag_abspath: i32,
pub includedir: *mut i8,
pub libctx: *mut ossl_lib_ctx_st,
}
Fields§
§meth: *mut conf_method_st
§meth_data: *mut c_void
§data: *mut lhash_st_CONF_VALUE
§flag_dollarid: i32
§flag_abspath: i32
§includedir: *mut i8
§libctx: *mut ossl_lib_ctx_st
Trait Implementations§
Auto Trait Implementations§
impl Freeze for conf_st
impl RefUnwindSafe for conf_st
impl !Send for conf_st
impl !Sync for conf_st
impl Unpin for conf_st
impl UnwindSafe for conf_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