Struct vitasdk_sys::SceUdcdInterface
source · #[repr(C)]pub struct SceUdcdInterface {
pub expectNumber: c_int,
pub interfaceNumber: c_int,
pub numInterfaces: c_int,
}Fields§
§expectNumber: c_int§interfaceNumber: c_int§numInterfaces: c_intTrait Implementations§
source§impl Clone for SceUdcdInterface
impl Clone for SceUdcdInterface
source§fn clone(&self) -> SceUdcdInterface
fn clone(&self) -> SceUdcdInterface
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