Struct usb_sys::usbdevfs_ioctl
source · #[repr(C)]pub struct usbdevfs_ioctl {
pub ifno: c_int,
pub ioctl_code: c_int,
pub data: *mut c_void,
}
Fields§
§ifno: c_int
§ioctl_code: c_int
§data: *mut c_void
Trait Implementations§
source§impl Clone for usbdevfs_ioctl
impl Clone for usbdevfs_ioctl
source§fn clone(&self) -> usbdevfs_ioctl
fn clone(&self) -> usbdevfs_ioctl
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 moreimpl Copy for usbdevfs_ioctl
Auto Trait Implementations§
impl RefUnwindSafe for usbdevfs_ioctl
impl !Send for usbdevfs_ioctl
impl !Sync for usbdevfs_ioctl
impl Unpin for usbdevfs_ioctl
impl UnwindSafe for usbdevfs_ioctl
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