#[repr(C)]pub struct SceUdcdConfigDescriptor {
pub bLength: c_uchar,
pub bDescriptorType: c_uchar,
pub wTotalLength: c_ushort,
pub bNumInterfaces: c_uchar,
pub bConfigurationValue: c_uchar,
pub iConfiguration: c_uchar,
pub bmAttributes: c_uchar,
pub bMaxPower: c_uchar,
pub settings: *mut SceUdcdInterfaceSettings,
pub extra: *mut c_uchar,
pub extraLength: c_int,
}Fields§
§bLength: c_uchar§bDescriptorType: c_uchar§wTotalLength: c_ushort§bNumInterfaces: c_uchar§bConfigurationValue: c_uchar§iConfiguration: c_uchar§bmAttributes: c_uchar§bMaxPower: c_uchar§settings: *mut SceUdcdInterfaceSettings§extra: *mut c_uchar§extraLength: c_intTrait Implementations§
Source§impl Clone for SceUdcdConfigDescriptor
impl Clone for SceUdcdConfigDescriptor
Source§fn clone(&self) -> SceUdcdConfigDescriptor
fn clone(&self) -> SceUdcdConfigDescriptor
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SceUdcdConfigDescriptor
impl Debug for SceUdcdConfigDescriptor
impl Copy for SceUdcdConfigDescriptor
Auto Trait Implementations§
impl Freeze for SceUdcdConfigDescriptor
impl RefUnwindSafe for SceUdcdConfigDescriptor
impl !Send for SceUdcdConfigDescriptor
impl !Sync for SceUdcdConfigDescriptor
impl Unpin for SceUdcdConfigDescriptor
impl UnwindSafe for SceUdcdConfigDescriptor
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)