[][src]Struct libftd2xx_ffi::_FTCOMSTAT

#[repr(C)]pub struct _FTCOMSTAT {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
    pub cbInQue: DWORD,
    pub cbOutQue: DWORD,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>cbInQue: DWORDcbOutQue: DWORD

Implementations

impl _FTCOMSTAT[src]

pub fn fCtsHold(&self) -> DWORD[src]

pub fn set_fCtsHold(&mut self, val: DWORD)[src]

pub fn fDsrHold(&self) -> DWORD[src]

pub fn set_fDsrHold(&mut self, val: DWORD)[src]

pub fn fRlsdHold(&self) -> DWORD[src]

pub fn set_fRlsdHold(&mut self, val: DWORD)[src]

pub fn fXoffHold(&self) -> DWORD[src]

pub fn set_fXoffHold(&mut self, val: DWORD)[src]

pub fn fXoffSent(&self) -> DWORD[src]

pub fn set_fXoffSent(&mut self, val: DWORD)[src]

pub fn fEof(&self) -> DWORD[src]

pub fn set_fEof(&mut self, val: DWORD)[src]

pub fn fTxim(&self) -> DWORD[src]

pub fn set_fTxim(&mut self, val: DWORD)[src]

pub fn fReserved(&self) -> DWORD[src]

pub fn set_fReserved(&mut self, val: DWORD)[src]

pub fn new_bitfield_1(
    fCtsHold: DWORD,
    fDsrHold: DWORD,
    fRlsdHold: DWORD,
    fXoffHold: DWORD,
    fXoffSent: DWORD,
    fEof: DWORD,
    fTxim: DWORD,
    fReserved: DWORD
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

Trait Implementations

impl Clone for _FTCOMSTAT[src]

impl Copy for _FTCOMSTAT[src]

impl Debug for _FTCOMSTAT[src]

impl Default for _FTCOMSTAT[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.