pub struct DeviceGroupPresentCapabilitiesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for DeviceGroupPresentCapabilitiesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> DeviceGroupPresentCapabilitiesKHRBuilder<'a>
pub fn present_mask(self, value: [u32; 32]) -> Self
pub fn modes(self, value: DeviceGroupPresentModeFlagsKHR) -> Self
Trait Implementations§
Source§impl<'a> Deref for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> Deref for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> !Send for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> !Sync for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> Unpin for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> UnsafeUnpin for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupPresentCapabilitiesKHRBuilder<'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