#[repr(C)]pub struct DescriptorSetHandle(/* private fields */);Implementations§
Source§impl DescriptorSetHandle
impl DescriptorSetHandle
pub fn to_raw(&self) -> VkDescriptorSet
Trait Implementations§
Source§impl Clone for DescriptorSetHandle
impl Clone for DescriptorSetHandle
Source§fn clone(&self) -> DescriptorSetHandle
fn clone(&self) -> DescriptorSetHandle
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 DescriptorSetHandle
impl Debug for DescriptorSetHandle
Source§impl Handle for DescriptorSetHandle
impl Handle for DescriptorSetHandle
Source§impl PartialEq for DescriptorSetHandle
impl PartialEq for DescriptorSetHandle
impl Copy for DescriptorSetHandle
impl Eq for DescriptorSetHandle
impl StructuralPartialEq for DescriptorSetHandle
Auto Trait Implementations§
impl Freeze for DescriptorSetHandle
impl RefUnwindSafe for DescriptorSetHandle
impl Send for DescriptorSetHandle
impl Sync for DescriptorSetHandle
impl Unpin for DescriptorSetHandle
impl UnwindSafe for DescriptorSetHandle
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