pub struct VideoFormatPropertiesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for VideoFormatPropertiesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> VideoFormatPropertiesKHRBuilder<'a>
impl<'a> VideoFormatPropertiesKHRBuilder<'a>
pub fn format(self, value: Format) -> Self
pub fn component_mapping(self, value: ComponentMapping) -> Self
pub fn image_create_flags(self, value: ImageCreateFlags) -> Self
pub fn image_type(self, value: ImageType) -> Self
pub fn image_tiling(self, value: ImageTiling) -> Self
pub fn image_usage_flags(self, value: ImageUsageFlags) -> Self
Trait Implementations§
Source§impl<'a> Deref for VideoFormatPropertiesKHRBuilder<'a>
impl<'a> Deref for VideoFormatPropertiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for VideoFormatPropertiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoFormatPropertiesKHRBuilder<'a>
impl<'a> !Send for VideoFormatPropertiesKHRBuilder<'a>
impl<'a> !Sync for VideoFormatPropertiesKHRBuilder<'a>
impl<'a> Unpin for VideoFormatPropertiesKHRBuilder<'a>
impl<'a> UnsafeUnpin for VideoFormatPropertiesKHRBuilder<'a>
impl<'a> UnwindSafe for VideoFormatPropertiesKHRBuilder<'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