#[repr(C)]pub struct SceNetMallocStat {
pub pool: c_int,
pub maximum: c_int,
pub free: c_int,
}Fields§
§pool: c_int§maximum: c_int§free: c_intTrait Implementations§
Source§impl Clone for SceNetMallocStat
impl Clone for SceNetMallocStat
Source§impl Debug for SceNetMallocStat
impl Debug for SceNetMallocStat
impl Copy for SceNetMallocStat
Auto Trait Implementations§
impl Freeze for SceNetMallocStat
impl RefUnwindSafe for SceNetMallocStat
impl Send for SceNetMallocStat
impl Sync for SceNetMallocStat
impl Unpin for SceNetMallocStat
impl UnsafeUnpin for SceNetMallocStat
impl UnwindSafe for SceNetMallocStat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more