#[repr(C)]pub struct libusb_iso_packet_descriptor {
pub length: c_uint,
pub actual_length: c_uint,
pub status: c_int,
}
Fields§
§length: c_uint
§actual_length: c_uint
§status: c_int
Auto Trait Implementations§
impl Freeze for libusb_iso_packet_descriptor
impl RefUnwindSafe for libusb_iso_packet_descriptor
impl Send for libusb_iso_packet_descriptor
impl Sync for libusb_iso_packet_descriptor
impl Unpin for libusb_iso_packet_descriptor
impl UnwindSafe for libusb_iso_packet_descriptor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more