Struct gnunet_sys::_gpgrt_poll_s[][src]

#[repr(C)]pub struct _gpgrt_poll_s {
    pub stream: gpgrt_stream_t,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>,
    pub __bindgen_padding_0: u32,
}

Fields

stream: gpgrt_stream_t_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>__bindgen_padding_0: u32

Implementations

impl _gpgrt_poll_s[src]

pub fn want_read(&self) -> c_uint[src]

pub fn set_want_read(&mut self, val: c_uint)[src]

pub fn want_write(&self) -> c_uint[src]

pub fn set_want_write(&mut self, val: c_uint)[src]

pub fn want_oob(&self) -> c_uint[src]

pub fn set_want_oob(&mut self, val: c_uint)[src]

pub fn want_rdhup(&self) -> c_uint[src]

pub fn set_want_rdhup(&mut self, val: c_uint)[src]

pub fn _reserv1(&self) -> c_uint[src]

pub fn set__reserv1(&mut self, val: c_uint)[src]

pub fn got_read(&self) -> c_uint[src]

pub fn set_got_read(&mut self, val: c_uint)[src]

pub fn got_write(&self) -> c_uint[src]

pub fn set_got_write(&mut self, val: c_uint)[src]

pub fn got_oob(&self) -> c_uint[src]

pub fn set_got_oob(&mut self, val: c_uint)[src]

pub fn got_rdhup(&self) -> c_uint[src]

pub fn set_got_rdhup(&mut self, val: c_uint)[src]

pub fn _reserv2(&self) -> c_uint[src]

pub fn set__reserv2(&mut self, val: c_uint)[src]

pub fn got_err(&self) -> c_uint[src]

pub fn set_got_err(&mut self, val: c_uint)[src]

pub fn got_hup(&self) -> c_uint[src]

pub fn set_got_hup(&mut self, val: c_uint)[src]

pub fn got_nval(&self) -> c_uint[src]

pub fn set_got_nval(&mut self, val: c_uint)[src]

pub fn _reserv3(&self) -> c_uint[src]

pub fn set__reserv3(&mut self, val: c_uint)[src]

pub fn ignore(&self) -> c_uint[src]

pub fn set_ignore(&mut self, val: c_uint)[src]

pub fn user(&self) -> c_uint[src]

pub fn set_user(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    want_read: c_uint,
    want_write: c_uint,
    want_oob: c_uint,
    want_rdhup: c_uint,
    _reserv1: c_uint,
    got_read: c_uint,
    got_write: c_uint,
    got_oob: c_uint,
    got_rdhup: c_uint,
    _reserv2: c_uint,
    got_err: c_uint,
    got_hup: c_uint,
    got_nval: c_uint,
    _reserv3: c_uint,
    ignore: c_uint,
    user: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u8>
[src]

Trait Implementations

impl Clone for _gpgrt_poll_s[src]

impl Copy for _gpgrt_poll_s[src]

impl Debug for _gpgrt_poll_s[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.