Struct vitasdk_sys::SceUdcdDeviceState
source · #[repr(C)]pub struct SceUdcdDeviceState {
pub unk_00: c_int,
pub state: c_int,
pub cable: c_int,
pub connection: c_int,
pub use_usb_charging: c_int,
pub unk_14: c_int,
}Fields§
§unk_00: c_int§state: c_int§cable: c_int§connection: c_int§use_usb_charging: c_int§unk_14: c_intTrait Implementations§
source§impl Clone for SceUdcdDeviceState
impl Clone for SceUdcdDeviceState
source§fn clone(&self) -> SceUdcdDeviceState
fn clone(&self) -> SceUdcdDeviceState
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