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