#[repr(C)]pub struct VkPhysicalDeviceFrameBoundaryFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub frameBoundary: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§frameBoundary: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceFrameBoundaryFeaturesEXT
impl Clone for VkPhysicalDeviceFrameBoundaryFeaturesEXT
Source§fn clone(&self) -> VkPhysicalDeviceFrameBoundaryFeaturesEXT
fn clone(&self) -> VkPhysicalDeviceFrameBoundaryFeaturesEXT
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 VkPhysicalDeviceFrameBoundaryFeaturesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceFrameBoundaryFeaturesEXT
impl RefUnwindSafe for VkPhysicalDeviceFrameBoundaryFeaturesEXT
impl !Send for VkPhysicalDeviceFrameBoundaryFeaturesEXT
impl !Sync for VkPhysicalDeviceFrameBoundaryFeaturesEXT
impl Unpin for VkPhysicalDeviceFrameBoundaryFeaturesEXT
impl UnwindSafe for VkPhysicalDeviceFrameBoundaryFeaturesEXT
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