Struct hassle_rs::wrapper::Reflection
source · [−]pub struct Reflection { /* private fields */ }
Implementations
sourceimpl Reflection
impl Reflection
pub fn thread_group_size(&self) -> [u32; 3]
Auto Trait Implementations
impl RefUnwindSafe for Reflection
impl !Send for Reflection
impl !Sync for Reflection
impl Unpin for Reflection
impl UnwindSafe for Reflection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more