#[repr(C)]pub struct VkPhysicalDeviceMultiviewFeatures {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub multiview: VkBool32,
pub multiviewGeometryShader: VkBool32,
pub multiviewTessellationShader: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§multiview: VkBool32
§multiviewGeometryShader: VkBool32
§multiviewTessellationShader: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceMultiviewFeatures
impl Clone for VkPhysicalDeviceMultiviewFeatures
Source§fn clone(&self) -> VkPhysicalDeviceMultiviewFeatures
fn clone(&self) -> VkPhysicalDeviceMultiviewFeatures
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceMultiviewFeatures
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceMultiviewFeatures
impl RefUnwindSafe for VkPhysicalDeviceMultiviewFeatures
impl !Send for VkPhysicalDeviceMultiviewFeatures
impl !Sync for VkPhysicalDeviceMultiviewFeatures
impl Unpin for VkPhysicalDeviceMultiviewFeatures
impl UnwindSafe for VkPhysicalDeviceMultiviewFeatures
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