#[repr(C)]pub struct PhysicalDeviceExternalFenceInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalFenceHandleTypeFlags,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidhandle_type: ExternalFenceHandleTypeFlagsImplementations
sourceimpl PhysicalDeviceExternalFenceInfo
impl PhysicalDeviceExternalFenceInfo
pub fn builder<'a>() -> PhysicalDeviceExternalFenceInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceExternalFenceInfo
impl Clone for PhysicalDeviceExternalFenceInfo
sourcefn clone(&self) -> PhysicalDeviceExternalFenceInfo
fn clone(&self) -> PhysicalDeviceExternalFenceInfo
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 PhysicalDeviceExternalFenceInfo
impl Default for PhysicalDeviceExternalFenceInfo
sourcefn default() -> PhysicalDeviceExternalFenceInfo
fn default() -> PhysicalDeviceExternalFenceInfo
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceExternalFenceInfo
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceExternalFenceInfo
impl !Send for PhysicalDeviceExternalFenceInfo
impl !Sync for PhysicalDeviceExternalFenceInfo
impl Unpin for PhysicalDeviceExternalFenceInfo
impl UnwindSafe for PhysicalDeviceExternalFenceInfo
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