macro_rules! impl_wrapper {
($type:ty; using $($using:tt)*) => { ... };
($type:ty; ($($generics:tt)*); using $($using:tt)*) => { ... };
}
Expand description
Used to implement ShaderType
for the given wrapper type
$type
the type (representing a wrapper) for which ShaderType
will be implemented for
$generics
[optional] generics that will be passed into the impl< >
$using
[optional] can be any combination of Ref{ X } Mut{ X } From{ X }
(where X
denotes a possible function call)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4