pub type HeapRegion_t = HeapRegion;
Aliased Type§
struct HeapRegion_t {
pub pucStartAddress: *mut u8,
pub xSizeInBytes: usize,
}
Fields§
§pucStartAddress: *mut u8
§xSizeInBytes: usize
Trait Implementations
Source§impl Clone for HeapRegion
impl Clone for HeapRegion
Source§fn clone(&self) -> HeapRegion
fn clone(&self) -> HeapRegion
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