#[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: StructureTypep_next: *mut c_voidexport_from_imported_handle_types: ExternalFenceHandleTypeFlagscompatible_handle_types: ExternalFenceHandleTypeFlagsexternal_fence_features: ExternalFenceFeatureFlagsImplementations
sourceimpl ExternalFenceProperties
impl ExternalFenceProperties
pub fn builder<'a>() -> ExternalFencePropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for ExternalFenceProperties
impl Clone for ExternalFenceProperties
sourcefn clone(&self) -> ExternalFenceProperties
fn clone(&self) -> ExternalFenceProperties
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 Debug for ExternalFenceProperties
impl Debug for ExternalFenceProperties
sourceimpl Default for ExternalFenceProperties
impl Default for ExternalFenceProperties
sourcefn default() -> ExternalFenceProperties
fn default() -> ExternalFenceProperties
Returns the “default value” for a type. Read more
impl Copy for ExternalFenceProperties
Auto Trait Implementations
impl RefUnwindSafe for ExternalFenceProperties
impl !Send for ExternalFenceProperties
impl !Sync for ExternalFenceProperties
impl Unpin for ExternalFenceProperties
impl UnwindSafe for ExternalFenceProperties
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