Struct vitasdk_sys::SceUsbdDevicePipe
source · #[repr(C)]pub struct SceUsbdDevicePipe {
pub device_id: c_uint,
pub unk1: c_uint,
pub unk2: c_uint,
pub unk3: c_uint,
pub unk4: c_uint,
pub unk5: c_uint,
}Fields§
§device_id: c_uint§unk1: c_uint§unk2: c_uint§unk3: c_uint§unk4: c_uint§unk5: c_uintTrait Implementations§
source§impl Clone for SceUsbdDevicePipe
impl Clone for SceUsbdDevicePipe
source§fn clone(&self) -> SceUsbdDevicePipe
fn clone(&self) -> SceUsbdDevicePipe
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