Struct phper_sys::_php_stream_xport_param
source · #[repr(C)]pub struct _php_stream_xport_param {
pub op: _php_stream_xport_param__bindgen_ty_1,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub inputs: _php_stream_xport_param__bindgen_ty_2,
pub outputs: _php_stream_xport_param__bindgen_ty_3,
}
Fields§
§op: _php_stream_xport_param__bindgen_ty_1
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§inputs: _php_stream_xport_param__bindgen_ty_2
§outputs: _php_stream_xport_param__bindgen_ty_3
Implementations§
source§impl _php_stream_xport_param
impl _php_stream_xport_param
pub fn want_addr(&self) -> c_uint
pub fn set_want_addr(&mut self, val: c_uint)
pub fn want_textaddr(&self) -> c_uint
pub fn set_want_textaddr(&mut self, val: c_uint)
pub fn want_errortext(&self) -> c_uint
pub fn set_want_errortext(&mut self, val: c_uint)
pub fn how(&self) -> c_uint
pub fn set_how(&mut self, val: c_uint)
pub fn new_bitfield_1(
want_addr: c_uint,
want_textaddr: c_uint,
want_errortext: c_uint,
how: c_uint
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for _php_stream_xport_param
impl Clone for _php_stream_xport_param
source§fn clone(&self) -> _php_stream_xport_param
fn clone(&self) -> _php_stream_xport_param
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