Struct vitasdk_sys::SceHttpsData
source · #[repr(C)]pub struct SceHttpsData {
pub ptr: *mut c_char,
pub size: c_uint,
}Fields§
§ptr: *mut c_char§size: c_uintTrait Implementations§
source§impl Clone for SceHttpsData
impl Clone for SceHttpsData
source§fn clone(&self) -> SceHttpsData
fn clone(&self) -> SceHttpsData
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