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