Struct vitasdk_sys::SceHttpMemoryPoolStats
source · #[repr(C)]pub struct SceHttpMemoryPoolStats {
pub poolSize: c_uint,
pub maxInuseSize: c_uint,
pub currentInuseSize: c_uint,
pub reserved: c_int,
}Fields§
§poolSize: c_uint§maxInuseSize: c_uint§currentInuseSize: c_uint§reserved: c_intTrait Implementations§
source§impl Clone for SceHttpMemoryPoolStats
impl Clone for SceHttpMemoryPoolStats
source§fn clone(&self) -> SceHttpMemoryPoolStats
fn clone(&self) -> SceHttpMemoryPoolStats
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