#[repr(C)]pub struct SubsystemMemoryInfo {
pub extension: *const c_char,
pub kind: c_uint,
}Fields§
§extension: *const c_char§kind: c_uintTrait Implementations§
source§impl Clone for SubsystemMemoryInfo
impl Clone for SubsystemMemoryInfo
source§fn clone(&self) -> SubsystemMemoryInfo
fn clone(&self) -> SubsystemMemoryInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more