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