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