#[repr(C)]pub struct ExternalFenceProperties {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub export_from_imported_handle_types: ExternalFenceHandleTypeFlags,
    pub compatible_handle_types: ExternalFenceHandleTypeFlags,
    pub external_fence_features: ExternalFenceFeatureFlags,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§export_from_imported_handle_types: ExternalFenceHandleTypeFlags§compatible_handle_types: ExternalFenceHandleTypeFlags§external_fence_features: ExternalFenceFeatureFlagsImplementations§
Source§impl ExternalFenceProperties
 
impl ExternalFenceProperties
pub fn builder<'a>() -> ExternalFencePropertiesBuilder<'a>
Trait Implementations§
Source§impl Clone for ExternalFenceProperties
 
impl Clone for ExternalFenceProperties
Source§fn clone(&self) -> ExternalFenceProperties
 
fn clone(&self) -> ExternalFenceProperties
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 Default for ExternalFenceProperties
 
impl Default for ExternalFenceProperties
impl Copy for ExternalFenceProperties
Auto Trait Implementations§
impl Freeze for ExternalFenceProperties
impl RefUnwindSafe for ExternalFenceProperties
impl !Send for ExternalFenceProperties
impl !Sync for ExternalFenceProperties
impl Unpin for ExternalFenceProperties
impl UnwindSafe for ExternalFenceProperties
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