#[repr(C)]pub struct usb_task {
pub next: usb_task__bindgen_ty_1,
pub fun: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
pub arg: *mut c_void,
pub onqueue: c_char,
}
Fields§
§next: usb_task__bindgen_ty_1
§fun: Option<unsafe extern "C" fn(arg1: *mut c_void)>
§arg: *mut c_void
§onqueue: c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for usb_task
impl RefUnwindSafe for usb_task
impl !Send for usb_task
impl !Sync for usb_task
impl Unpin for usb_task
impl UnwindSafe for usb_task
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