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 moresource§impl Debug for RpsAllocInfo
impl Debug for RpsAllocInfo
source§impl Default for RpsAllocInfo
impl Default for RpsAllocInfo
source§fn default() -> RpsAllocInfo
fn default() -> RpsAllocInfo
Returns the “default value” for a type. Read more