#[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 duplicate 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 usbdevfs_ioctl
impl Debug for usbdevfs_ioctl
impl Copy for usbdevfs_ioctl
Auto Trait Implementations§
impl Freeze for usbdevfs_ioctl
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