#[repr(C)]pub struct bulktransfer {
pub ep: c_uint,
pub len: c_uint,
pub timeout: c_uint,
pub data: *mut c_void,
}Fields§
§ep: c_uint§len: c_uint§timeout: c_uint§data: *mut c_voidTrait Implementations§
Source§impl Clone for bulktransfer
impl Clone for bulktransfer
Source§fn clone(&self) -> bulktransfer
fn clone(&self) -> bulktransfer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for bulktransfer
impl Debug for bulktransfer
impl Copy for bulktransfer
Auto Trait Implementations§
impl Freeze for bulktransfer
impl RefUnwindSafe for bulktransfer
impl !Send for bulktransfer
impl !Sync for bulktransfer
impl Unpin for bulktransfer
impl UnwindSafe for bulktransfer
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