#[repr(transparent)]pub struct GpuDescriptorHandle {
pub hw_handle: D3D12_GPU_DESCRIPTOR_HANDLE,
}
Fields§
§hw_handle: D3D12_GPU_DESCRIPTOR_HANDLE
Implementations§
Trait Implementations§
Source§impl Clone for GpuDescriptorHandle
impl Clone for GpuDescriptorHandle
Source§fn clone(&self) -> GpuDescriptorHandle
fn clone(&self) -> GpuDescriptorHandle
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 GpuDescriptorHandle
impl Debug for GpuDescriptorHandle
Source§impl Hash for GpuDescriptorHandle
impl Hash for GpuDescriptorHandle
Source§impl Ord for GpuDescriptorHandle
impl Ord for GpuDescriptorHandle
Source§fn cmp(&self, other: &GpuDescriptorHandle) -> Ordering
fn cmp(&self, other: &GpuDescriptorHandle) -> 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 GpuDescriptorHandle
impl PartialEq for GpuDescriptorHandle
Source§impl PartialOrd for GpuDescriptorHandle
impl PartialOrd for GpuDescriptorHandle
impl Copy for GpuDescriptorHandle
impl Eq for GpuDescriptorHandle
impl StructuralPartialEq for GpuDescriptorHandle
Auto Trait Implementations§
impl Freeze for GpuDescriptorHandle
impl RefUnwindSafe for GpuDescriptorHandle
impl Send for GpuDescriptorHandle
impl Sync for GpuDescriptorHandle
impl Unpin for GpuDescriptorHandle
impl UnwindSafe for GpuDescriptorHandle
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