Struct vitasdk_sys::SceUdcdDriverName
source · #[repr(C, align(16))]pub struct SceUdcdDriverName {
pub size: c_int,
pub name: [c_char; 32],
pub flags: c_int,
}Fields§
§size: c_int§name: [c_char; 32]§flags: c_intTrait Implementations§
source§impl Clone for SceUdcdDriverName
impl Clone for SceUdcdDriverName
source§fn clone(&self) -> SceUdcdDriverName
fn clone(&self) -> SceUdcdDriverName
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