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