#[repr(C)]pub struct PhysicalDeviceTimelineSemaphoreProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_timeline_semaphore_value_difference: u64,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidmax_timeline_semaphore_value_difference: u64Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceTimelineSemaphoreProperties
impl Clone for PhysicalDeviceTimelineSemaphoreProperties
sourcefn clone(&self) -> PhysicalDeviceTimelineSemaphoreProperties
fn clone(&self) -> PhysicalDeviceTimelineSemaphoreProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceTimelineSemaphoreProperties
impl Default for PhysicalDeviceTimelineSemaphoreProperties
sourcefn default() -> PhysicalDeviceTimelineSemaphoreProperties
fn default() -> PhysicalDeviceTimelineSemaphoreProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceTimelineSemaphoreProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceTimelineSemaphoreProperties
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceTimelineSemaphoreProperties
impl !Send for PhysicalDeviceTimelineSemaphoreProperties
impl !Sync for PhysicalDeviceTimelineSemaphoreProperties
impl Unpin for PhysicalDeviceTimelineSemaphoreProperties
impl UnwindSafe for PhysicalDeviceTimelineSemaphoreProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more