Struct hassle_rs::wrapper::Reflection
source · pub struct Reflection { /* private fields */ }
Implementations§
source§impl 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§
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