Struct ExMultimeshAllocateData
pub struct ExMultimeshAllocateData<'ex> { /* private fields */ }Expand description
Default-param extender for RenderingServer::multimesh_allocate_data_ex.
Implementations§
§impl<'ex> ExMultimeshAllocateData<'ex>
impl<'ex> ExMultimeshAllocateData<'ex>
pub fn color_format(self, color_format: bool) -> ExMultimeshAllocateData<'ex>
pub fn custom_data_format( self, custom_data_format: bool, ) -> ExMultimeshAllocateData<'ex>
pub fn use_indirect(self, use_indirect: bool) -> ExMultimeshAllocateData<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExMultimeshAllocateData<'ex>
impl<'ex> RefUnwindSafe for ExMultimeshAllocateData<'ex>
impl<'ex> !Send for ExMultimeshAllocateData<'ex>
impl<'ex> !Sync for ExMultimeshAllocateData<'ex>
impl<'ex> Unpin for ExMultimeshAllocateData<'ex>
impl<'ex> !UnwindSafe for ExMultimeshAllocateData<'ex>
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