#[repr(C)]pub struct usbdevfs_setinterface {
pub interface: c_uint,
pub altsetting: c_uint,
}
Fields§
§interface: c_uint
§altsetting: c_uint
Trait Implementations§
Source§impl Clone for usbdevfs_setinterface
impl Clone for usbdevfs_setinterface
Source§fn clone(&self) -> usbdevfs_setinterface
fn clone(&self) -> usbdevfs_setinterface
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_setinterface
impl Debug for usbdevfs_setinterface
impl Copy for usbdevfs_setinterface
Auto Trait Implementations§
impl Freeze for usbdevfs_setinterface
impl RefUnwindSafe for usbdevfs_setinterface
impl Send for usbdevfs_setinterface
impl Sync for usbdevfs_setinterface
impl Unpin for usbdevfs_setinterface
impl UnwindSafe for usbdevfs_setinterface
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