Struct rps_sys::RpsAllocInfo
source · Expand description
Requirements for a single memory allocation.
Fields§
§size: usizeSize of the allocation in bytes.
alignment: usizeMinimum 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