Struct bgfx_sys::Struct_bgfx_memory 
            
                [−]
            
        [src]
pub struct Struct_bgfx_memory {
    pub data: *mut uint8_t,
    pub size: uint32_t,
}Fields
| data | |
| size | 
pub struct Struct_bgfx_memory {
    pub data: *mut uint8_t,
    pub size: uint32_t,
}| data | |
| size | 
impl Clone for Struct_bgfx_memoryfn clone(&self) -> Selffn clone_from(&mut self, source: &Self)impl Default for Struct_bgfx_memoryfn default() -> Selfimpl Copy for Struct_bgfx_memory