pub struct DisplayPlaneCapabilitiesKHRBuilder { /* private fields */ }Expand description
Builder for DisplayPlaneCapabilitiesKHR.
Implementations§
Source§impl DisplayPlaneCapabilitiesKHRBuilder
impl DisplayPlaneCapabilitiesKHRBuilder
pub fn supported_alpha(self, value: DisplayPlaneAlphaFlagsKHR) -> Self
pub fn min_src_position(self, value: Offset2D) -> Self
pub fn max_src_position(self, value: Offset2D) -> Self
pub fn min_src_extent(self, value: Extent2D) -> Self
pub fn max_src_extent(self, value: Extent2D) -> Self
pub fn min_dst_position(self, value: Offset2D) -> Self
pub fn max_dst_position(self, value: Offset2D) -> Self
pub fn min_dst_extent(self, value: Extent2D) -> Self
pub fn max_dst_extent(self, value: Extent2D) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayPlaneCapabilitiesKHRBuilder
impl RefUnwindSafe for DisplayPlaneCapabilitiesKHRBuilder
impl Send for DisplayPlaneCapabilitiesKHRBuilder
impl Sync for DisplayPlaneCapabilitiesKHRBuilder
impl Unpin for DisplayPlaneCapabilitiesKHRBuilder
impl UnsafeUnpin for DisplayPlaneCapabilitiesKHRBuilder
impl UnwindSafe for DisplayPlaneCapabilitiesKHRBuilder
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