#[repr(C)]pub struct SceNetStatisticsInfo {
pub kernel_mem_free_size: c_int,
pub kernel_mem_free_min: c_int,
pub packet_count: c_int,
pub packet_qos_count: c_int,
pub libnet_mem_free_size: c_int,
pub libnet_mem_free_min: c_int,
}Fields§
§kernel_mem_free_size: c_int§kernel_mem_free_min: c_int§packet_count: c_int§packet_qos_count: c_int§libnet_mem_free_size: c_int§libnet_mem_free_min: c_intTrait Implementations§
Source§impl Clone for SceNetStatisticsInfo
impl Clone for SceNetStatisticsInfo
Source§fn clone(&self) -> SceNetStatisticsInfo
fn clone(&self) -> SceNetStatisticsInfo
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 SceNetStatisticsInfo
impl Debug for SceNetStatisticsInfo
impl Copy for SceNetStatisticsInfo
Auto Trait Implementations§
impl Freeze for SceNetStatisticsInfo
impl RefUnwindSafe for SceNetStatisticsInfo
impl Send for SceNetStatisticsInfo
impl Sync for SceNetStatisticsInfo
impl Unpin for SceNetStatisticsInfo
impl UnwindSafe for SceNetStatisticsInfo
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)