pub struct PhysicalDeviceSynchronization2Features<'r>(/* private fields */);
Available on crate feature
VK_KHR_synchronization2
only.Implementations§
Source§impl<'r> PhysicalDeviceSynchronization2Features<'r>
impl<'r> PhysicalDeviceSynchronization2Features<'r>
Trait Implementations§
Source§impl<'r> Clone for PhysicalDeviceSynchronization2Features<'r>
impl<'r> Clone for PhysicalDeviceSynchronization2Features<'r>
Source§fn clone(&self) -> PhysicalDeviceSynchronization2Features<'r>
fn clone(&self) -> PhysicalDeviceSynchronization2Features<'r>
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<'r> Debug for PhysicalDeviceSynchronization2Features<'r>
impl<'r> Debug for PhysicalDeviceSynchronization2Features<'r>
Source§impl<'r> PartialEq for PhysicalDeviceSynchronization2Features<'r>
impl<'r> PartialEq for PhysicalDeviceSynchronization2Features<'r>
Source§fn eq(&self, other: &PhysicalDeviceSynchronization2Features<'r>) -> bool
fn eq(&self, other: &PhysicalDeviceSynchronization2Features<'r>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl VulkanSinkStructure for PhysicalDeviceSynchronization2Features<'_>
impl VulkanSinkStructure for PhysicalDeviceSynchronization2Features<'_>
Source§fn as_generic(&self) -> &GenericVulkanSinkStructure
fn as_generic(&self) -> &GenericVulkanSinkStructure
Cast this structure ref to generic one. This is same as transmute but must be safe.
Source§fn as_generic_mut(&mut self) -> &mut GenericVulkanSinkStructure
fn as_generic_mut(&mut self) -> &mut GenericVulkanSinkStructure
Cast this structure mutable ref to generic one. This is same as transmute but must be safe.
Source§impl VulkanStructure for PhysicalDeviceSynchronization2Features<'_>
impl VulkanStructure for PhysicalDeviceSynchronization2Features<'_>
Source§fn as_generic(&self) -> &GenericVulkanStructure
fn as_generic(&self) -> &GenericVulkanStructure
Cast structure ref to generic. This is same as transmute but must be safe.
Source§fn as_generic_mut(&mut self) -> &mut GenericVulkanStructure
fn as_generic_mut(&mut self) -> &mut GenericVulkanStructure
Cast structure mutable ref to generic. This is same as transmute but must be safe.
impl<'r> Eq for PhysicalDeviceSynchronization2Features<'r>
impl<'r> StructuralPartialEq for PhysicalDeviceSynchronization2Features<'r>
Auto Trait Implementations§
impl<'r> Freeze for PhysicalDeviceSynchronization2Features<'r>
impl<'r> !RefUnwindSafe for PhysicalDeviceSynchronization2Features<'r>
impl<'r> !Send for PhysicalDeviceSynchronization2Features<'r>
impl<'r> !Sync for PhysicalDeviceSynchronization2Features<'r>
impl<'r> Unpin for PhysicalDeviceSynchronization2Features<'r>
impl<'r> !UnwindSafe for PhysicalDeviceSynchronization2Features<'r>
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