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