pub struct PhysicalDeviceDrmPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDrmPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDrmPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceDrmPropertiesEXTBuilder<'a>
pub fn has_primary(self, value: bool) -> Self
pub fn has_render(self, value: bool) -> Self
pub fn primary_major(self, value: i64) -> Self
pub fn primary_minor(self, value: i64) -> Self
pub fn render_major(self, value: i64) -> Self
pub fn render_minor(self, value: i64) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDrmPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDrmPropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDrmPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDrmPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceDrmPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDrmPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDrmPropertiesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceDrmPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDrmPropertiesEXTBuilder<'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