#[repr(transparent)]pub struct CpuDescriptorHandle {
pub hw_handle: D3D12_CPU_DESCRIPTOR_HANDLE,
}
Fields§
§hw_handle: D3D12_CPU_DESCRIPTOR_HANDLE
Implementations§
Trait Implementations§
Source§impl Clone for CpuDescriptorHandle
impl Clone for CpuDescriptorHandle
Source§fn clone(&self) -> CpuDescriptorHandle
fn clone(&self) -> CpuDescriptorHandle
Returns a duplicate 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 moreSource§impl Debug for CpuDescriptorHandle
impl Debug for CpuDescriptorHandle
Source§impl Hash for CpuDescriptorHandle
impl Hash for CpuDescriptorHandle
Source§impl Ord for CpuDescriptorHandle
impl Ord for CpuDescriptorHandle
Source§fn cmp(&self, other: &CpuDescriptorHandle) -> Ordering
fn cmp(&self, other: &CpuDescriptorHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CpuDescriptorHandle
impl PartialEq for CpuDescriptorHandle
Source§impl PartialOrd for CpuDescriptorHandle
impl PartialOrd for CpuDescriptorHandle
impl Copy for CpuDescriptorHandle
impl Eq for CpuDescriptorHandle
impl StructuralPartialEq for CpuDescriptorHandle
Auto Trait Implementations§
impl Freeze for CpuDescriptorHandle
impl RefUnwindSafe for CpuDescriptorHandle
impl Send for CpuDescriptorHandle
impl Sync for CpuDescriptorHandle
impl Unpin for CpuDescriptorHandle
impl UnwindSafe for CpuDescriptorHandle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more