#[repr(C)]pub struct PhysicalDeviceTimelineSemaphoreFeatures {
pub sType: StructureType,
pub pNext: *mut c_void,
pub timelineSemaphore: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§timelineSemaphore: Bool32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysicalDeviceTimelineSemaphoreFeatures
impl RefUnwindSafe for PhysicalDeviceTimelineSemaphoreFeatures
impl !Send for PhysicalDeviceTimelineSemaphoreFeatures
impl !Sync for PhysicalDeviceTimelineSemaphoreFeatures
impl Unpin for PhysicalDeviceTimelineSemaphoreFeatures
impl UnwindSafe for PhysicalDeviceTimelineSemaphoreFeatures
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