#[repr(C)]pub struct SwapchainTimeDomainPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub time_domain_count: u32,
pub time_domains: *mut TimeDomainKHR,
pub time_domain_ids: *mut u64,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§time_domain_count: u32§time_domains: *mut TimeDomainKHR§time_domain_ids: *mut u64Trait Implementations§
Source§impl Clone for SwapchainTimeDomainPropertiesEXT
impl Clone for SwapchainTimeDomainPropertiesEXT
Source§fn clone(&self) -> SwapchainTimeDomainPropertiesEXT
fn clone(&self) -> SwapchainTimeDomainPropertiesEXT
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 PartialEq for SwapchainTimeDomainPropertiesEXT
impl PartialEq for SwapchainTimeDomainPropertiesEXT
Source§fn eq(&self, other: &SwapchainTimeDomainPropertiesEXT) -> bool
fn eq(&self, other: &SwapchainTimeDomainPropertiesEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SwapchainTimeDomainPropertiesEXT
impl Eq for SwapchainTimeDomainPropertiesEXT
impl Send for SwapchainTimeDomainPropertiesEXT
impl StructuralPartialEq for SwapchainTimeDomainPropertiesEXT
impl Sync for SwapchainTimeDomainPropertiesEXT
Auto Trait Implementations§
impl Freeze for SwapchainTimeDomainPropertiesEXT
impl RefUnwindSafe for SwapchainTimeDomainPropertiesEXT
impl Unpin for SwapchainTimeDomainPropertiesEXT
impl UnwindSafe for SwapchainTimeDomainPropertiesEXT
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