Struct phper_sys::_php_stream_xport_param[][src]

#[repr(C)]
pub struct _php_stream_xport_param { pub op: _php_stream_xport_param__bindgen_ty_1, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, 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_1: __BindgenBitfieldUnit<[u8; 1], u8>inputs: _php_stream_xport_param__bindgen_ty_2outputs: _php_stream_xport_param__bindgen_ty_3

Implementations

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]

Trait Implementations

impl Clone for _php_stream_xport_param[src]

impl Copy for _php_stream_xport_param[src]

impl Debug for _php_stream_xport_param[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.