Struct vitasdk_sys::SceUdcdEndpointDescriptor
source · #[repr(C)]pub struct SceUdcdEndpointDescriptor {
pub bLength: c_uchar,
pub bDescriptorType: c_uchar,
pub bEndpointAddress: c_uchar,
pub bmAttributes: c_uchar,
pub wMaxPacketSize: c_ushort,
pub bInterval: c_uchar,
pub extra: *mut c_uchar,
pub extraLength: c_int,
}Fields§
§bLength: c_uchar§bDescriptorType: c_uchar§bEndpointAddress: c_uchar§bmAttributes: c_uchar§wMaxPacketSize: c_ushort§bInterval: c_uchar§extra: *mut c_uchar§extraLength: c_intTrait Implementations§
source§impl Clone for SceUdcdEndpointDescriptor
impl Clone for SceUdcdEndpointDescriptor
source§fn clone(&self) -> SceUdcdEndpointDescriptor
fn clone(&self) -> SceUdcdEndpointDescriptor
Returns a copy 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 more