#[repr(C)]pub struct PhysicalDeviceExternalFenceInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub handleType: ExternalFenceHandleTypeFlagBits,
}Fields§
§sType: StructureType§pNext: *const c_void§handleType: ExternalFenceHandleTypeFlagBitsTrait 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 moreimpl Copy for PhysicalDeviceExternalFenceInfo
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalFenceInfo
impl RefUnwindSafe for PhysicalDeviceExternalFenceInfo
impl !Send for PhysicalDeviceExternalFenceInfo
impl !Sync 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