Struct vitasdk_sys::SceCtrlPortInfo
source · #[repr(C)]pub struct SceCtrlPortInfo {
pub port: [u8; 5],
pub unk: [u8; 11],
}Fields§
§port: [u8; 5]§unk: [u8; 11]Trait Implementations§
source§impl Clone for SceCtrlPortInfo
impl Clone for SceCtrlPortInfo
source§fn clone(&self) -> SceCtrlPortInfo
fn clone(&self) -> SceCtrlPortInfo
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