#[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 duplicate 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 moreSource§impl Debug for SceUdcdDeviceState
impl Debug for SceUdcdDeviceState
impl Copy for SceUdcdDeviceState
Auto Trait Implementations§
impl Freeze for SceUdcdDeviceState
impl RefUnwindSafe for SceUdcdDeviceState
impl Send for SceUdcdDeviceState
impl Sync for SceUdcdDeviceState
impl Unpin for SceUdcdDeviceState
impl UnwindSafe for SceUdcdDeviceState
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)