Struct vitasdk_sys::SceUdcdEP0DeviceRequest
source · #[repr(C)]pub struct SceUdcdEP0DeviceRequest {
pub bmRequestType: c_uchar,
pub bRequest: c_uchar,
pub wValue: c_ushort,
pub wIndex: c_ushort,
pub wLength: c_ushort,
}Fields§
§bmRequestType: c_uchar§bRequest: c_uchar§wValue: c_ushort§wIndex: c_ushort§wLength: c_ushortTrait Implementations§
source§impl Clone for SceUdcdEP0DeviceRequest
impl Clone for SceUdcdEP0DeviceRequest
source§fn clone(&self) -> SceUdcdEP0DeviceRequest
fn clone(&self) -> SceUdcdEP0DeviceRequest
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