pub unsafe trait MTLCounter:
NSObjectProtocol
+ Send
+ Sync {
// Provided method
fn name(&self) -> Retained<NSString>
where Self: Sized + Message { ... }
}Available on crate feature
MTLCounters only.Expand description
A descriptor for a single counter.
See also Apple’s documentation