Struct rps_sys::RpsAllocInfo
source · Expand description
@brief Requirements for a single memory allocation.
Fields§
§size: usize< Size of the allocation in bytes.
alignment: usize< Minimum alignment requirement of the allocation in bytes.
Trait Implementations§
source§impl Clone for RpsAllocInfo
impl Clone for RpsAllocInfo
source§fn clone(&self) -> RpsAllocInfo
fn clone(&self) -> RpsAllocInfo
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