Struct rps_sys::RpsClearInfo
source · #[repr(C)]pub struct RpsClearInfo {
pub format: RpsFormat,
pub value: RpsClearValue,
}Expand description
Parameters for clearing a resource.
Fields§
§format: RpsFormatFormat of the resource view to use for clearing.
value: RpsClearValueClear value.
Trait Implementations§
source§impl Clone for RpsClearInfo
impl Clone for RpsClearInfo
source§fn clone(&self) -> RpsClearInfo
fn clone(&self) -> RpsClearInfo
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