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