#[repr(transparent)]pub struct VideoEndCodingInfoKHRBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> VideoEndCodingInfoKHRBuilder<'a>
impl<'a> VideoEndCodingInfoKHRBuilder<'a>
pub fn flags(
self,
flags: VideoEndCodingFlagsKHR
) -> VideoEndCodingInfoKHRBuilder<'a>
sourcepub fn build(self) -> VideoEndCodingInfoKHR
pub fn build(self) -> VideoEndCodingInfoKHR
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations
sourceimpl<'a> Deref for VideoEndCodingInfoKHRBuilder<'a>
impl<'a> Deref for VideoEndCodingInfoKHRBuilder<'a>
type Target = VideoEndCodingInfoKHR
type Target = VideoEndCodingInfoKHR
The resulting type after dereferencing.
sourcefn deref(&self) -> &<VideoEndCodingInfoKHRBuilder<'a> as Deref>::Target
fn deref(&self) -> &<VideoEndCodingInfoKHRBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for VideoEndCodingInfoKHRBuilder<'a>
impl<'a> DerefMut for VideoEndCodingInfoKHRBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <VideoEndCodingInfoKHRBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <VideoEndCodingInfoKHRBuilder<'a> as Deref>::Target
Mutably dereferences the value.
Auto Trait Implementations
impl<'a> RefUnwindSafe for VideoEndCodingInfoKHRBuilder<'a>
impl<'a> !Send for VideoEndCodingInfoKHRBuilder<'a>
impl<'a> !Sync for VideoEndCodingInfoKHRBuilder<'a>
impl<'a> Unpin for VideoEndCodingInfoKHRBuilder<'a>
impl<'a> UnwindSafe for VideoEndCodingInfoKHRBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more