#[repr(C)]pub struct NiParticles;
Auto Trait Implementations§
impl Freeze for NiParticles
impl RefUnwindSafe for NiParticles
impl Send for NiParticles
impl Sync for NiParticles
impl Unpin for NiParticles
impl UnwindSafe for NiParticles
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