Struct ExFramebufferFormatCreateMultipass
pub struct ExFramebufferFormatCreateMultipass<'a> { /* private fields */ }
Expand description
Default-param extender for RenderingDevice::framebuffer_format_create_multipass_ex
.
Implementations§
§impl<'a> ExFramebufferFormatCreateMultipass<'a>
impl<'a> ExFramebufferFormatCreateMultipass<'a>
pub fn view_count(self, value: u32) -> ExFramebufferFormatCreateMultipass<'a>
pub fn done(self) -> i64
Auto Trait Implementations§
impl<'a> Freeze for ExFramebufferFormatCreateMultipass<'a>
impl<'a> RefUnwindSafe for ExFramebufferFormatCreateMultipass<'a>
impl<'a> !Send for ExFramebufferFormatCreateMultipass<'a>
impl<'a> !Sync for ExFramebufferFormatCreateMultipass<'a>
impl<'a> Unpin for ExFramebufferFormatCreateMultipass<'a>
impl<'a> !UnwindSafe for ExFramebufferFormatCreateMultipass<'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