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