Struct libftdi1_sys::ftdi_transfer_control[][src]

#[repr(C)]
pub struct ftdi_transfer_control { pub completed: c_int, pub buf: *mut c_uchar, pub size: c_int, pub offset: c_int, pub ftdi: *mut ftdi_context, pub transfer: *mut libusb_transfer, }

Fields

completed: c_intbuf: *mut c_ucharsize: c_intoffset: c_intftdi: *mut ftdi_contexttransfer: *mut libusb_transfer

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.