Enum d3d12::CpuPageProperty
source · #[repr(u32)]
pub enum CpuPageProperty {
Unknown,
NotAvailable,
WriteCombine,
WriteBack,
}
Variants§
Trait Implementations§
source§impl Clone for CpuPageProperty
impl Clone for CpuPageProperty
source§fn clone(&self) -> CpuPageProperty
fn clone(&self) -> CpuPageProperty
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