#[repr(C)]pub struct PhysicalDeviceTimelineSemaphoreFeatures<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub timeline_semaphore: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§timeline_semaphore: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> PhysicalDeviceTimelineSemaphoreFeatures<'a>
pub fn timeline_semaphore(self, timeline_semaphore: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> Clone for PhysicalDeviceTimelineSemaphoreFeatures<'a>
source§fn clone(&self) -> PhysicalDeviceTimelineSemaphoreFeatures<'a>
fn clone(&self) -> PhysicalDeviceTimelineSemaphoreFeatures<'a>
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 moresource§impl<'a> Debug for PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> Debug for PhysicalDeviceTimelineSemaphoreFeatures<'a>
source§impl Default for PhysicalDeviceTimelineSemaphoreFeatures<'_>
impl Default for PhysicalDeviceTimelineSemaphoreFeatures<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> TaggedStructure for PhysicalDeviceTimelineSemaphoreFeatures<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES
impl<'a> Copy for PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceTimelineSemaphoreFeatures<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceTimelineSemaphoreFeatures<'_>
impl Send for PhysicalDeviceTimelineSemaphoreFeatures<'_>
impl Sync for PhysicalDeviceTimelineSemaphoreFeatures<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> Unpin for PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> UnwindSafe for PhysicalDeviceTimelineSemaphoreFeatures<'a>
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