Struct libusb1_sys::libusb_iso_packet_descriptor
source · [−]#[repr(C)]pub struct libusb_iso_packet_descriptor {
pub length: c_uint,
pub actual_length: c_uint,
pub status: c_int,
}Fields
length: c_uintactual_length: c_uintstatus: c_intAuto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more