[−][src]Struct phper_sys::_php_stream_xport_param
Fields
op: _php_stream_xport_param__bindgen_ty_1_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>inputs: _php_stream_xport_param__bindgen_ty_2outputs: _php_stream_xport_param__bindgen_ty_3Methods
impl _php_stream_xport_param[src]
pub fn want_addr(&self) -> c_uint[src]
pub fn set_want_addr(&mut self, val: c_uint)[src]
pub fn want_textaddr(&self) -> c_uint[src]
pub fn set_want_textaddr(&mut self, val: c_uint)[src]
pub fn want_errortext(&self) -> c_uint[src]
pub fn set_want_errortext(&mut self, val: c_uint)[src]
pub fn how(&self) -> c_uint[src]
pub fn set_how(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
want_addr: c_uint,
want_textaddr: c_uint,
want_errortext: c_uint,
how: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>[src]
want_addr: c_uint,
want_textaddr: c_uint,
want_errortext: c_uint,
how: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
impl Clone for _php_stream_xport_param[src]
fn clone(&self) -> _php_stream_xport_param[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _php_stream_xport_param[src]
impl Debug for _php_stream_xport_param[src]
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_xport_param
impl !Send for _php_stream_xport_param
impl !Sync for _php_stream_xport_param
impl Unpin for _php_stream_xport_param
impl UnwindSafe for _php_stream_xport_param
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,