#[repr(C)]pub struct libusb_pollfd {
pub fd: c_int,
pub events: c_short,
}Fields§
§fd: c_int§events: c_shortAuto Trait Implementations§
impl Freeze for libusb_pollfd
impl RefUnwindSafe for libusb_pollfd
impl Send for libusb_pollfd
impl Sync for libusb_pollfd
impl Unpin for libusb_pollfd
impl UnwindSafe for libusb_pollfd
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