#[repr(C)]pub struct RpsResourceDesc__bindgen_ty_1__bindgen_ty_2 {
pub sizeInBytesLo: u32,
pub sizeInBytesHi: u32,
}Fields§
§sizeInBytesLo: u32< Lower 32 bits of the size of a buffer resource in bytes.
sizeInBytesHi: u32< Higher 32 bits of the size of a buffer resource in bytes.
Trait Implementations§
source§impl Clone for RpsResourceDesc__bindgen_ty_1__bindgen_ty_2
impl Clone for RpsResourceDesc__bindgen_ty_1__bindgen_ty_2
source§fn clone(&self) -> RpsResourceDesc__bindgen_ty_1__bindgen_ty_2
fn clone(&self) -> RpsResourceDesc__bindgen_ty_1__bindgen_ty_2
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