#[repr(C)]pub struct _php_stream_xport_crypto_param__bindgen_ty_1 {
pub session: *mut php_stream,
pub activate: c_int,
pub method: php_stream_xport_crypt_method_t,
}
Fields§
§session: *mut php_stream
§activate: c_int
§method: php_stream_xport_crypt_method_t
Trait Implementations§
source§impl Clone for _php_stream_xport_crypto_param__bindgen_ty_1
impl Clone for _php_stream_xport_crypto_param__bindgen_ty_1
source§fn clone(&self) -> _php_stream_xport_crypto_param__bindgen_ty_1
fn clone(&self) -> _php_stream_xport_crypto_param__bindgen_ty_1
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 more