Struct vitasdk_sys::SceUdcdStringDescriptor
source · #[repr(C)]pub struct SceUdcdStringDescriptor {
pub bLength: c_uchar,
pub bDescriptorType: c_uchar,
pub bString: [c_short; 31],
}Fields§
§bLength: c_uchar§bDescriptorType: c_uchar§bString: [c_short; 31]Trait Implementations§
source§impl Clone for SceUdcdStringDescriptor
impl Clone for SceUdcdStringDescriptor
source§fn clone(&self) -> SceUdcdStringDescriptor
fn clone(&self) -> SceUdcdStringDescriptor
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