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