Struct ash::vk::PhysicalDeviceFrameBoundaryFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceFrameBoundaryFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub frame_boundary: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§frame_boundary: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
impl<'a> PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
pub fn frame_boundary(self, frame_boundary: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
Returns a copy 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<'a> Debug for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
source§impl Default for PhysicalDeviceFrameBoundaryFeaturesEXT<'_>
impl Default for PhysicalDeviceFrameBoundaryFeaturesEXT<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAME_BOUNDARY_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceFrameBoundaryFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFrameBoundaryFeaturesEXT<'_>
impl Send for PhysicalDeviceFrameBoundaryFeaturesEXT<'_>
impl Sync for PhysicalDeviceFrameBoundaryFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceFrameBoundaryFeaturesEXT<'a>
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