Struct vitasdk_sys::SceAllocOpt
source · #[repr(C)]pub struct SceAllocOpt {
pub size: SceSize,
pub data04: SceSize,
pub align: SceSize,
pub data0C: c_int,
pub data10: c_int,
}Fields§
§size: SceSize§data04: SceSize§align: SceSize§data0C: c_int§data10: c_intTrait Implementations§
source§impl Clone for SceAllocOpt
impl Clone for SceAllocOpt
source§fn clone(&self) -> SceAllocOpt
fn clone(&self) -> SceAllocOpt
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