Struct vitasdk_sys::SceAppUtilMountPoint
source · #[repr(C)]pub struct SceAppUtilMountPoint {
pub data: [i8; 16],
}Fields§
§data: [i8; 16]Trait Implementations§
source§impl Clone for SceAppUtilMountPoint
impl Clone for SceAppUtilMountPoint
source§fn clone(&self) -> SceAppUtilMountPoint
fn clone(&self) -> SceAppUtilMountPoint
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