pub unsafe trait MTLFunctionLogDebugLocation: NSObjectProtocol + IsRetainable {
// Provided methods
unsafe fn functionName(&self) -> Option<Retained<NSString>>
where Self: Sized + Message { ... }
unsafe fn URL(&self) -> Option<Retained<NSURL>>
where Self: Sized + Message { ... }
unsafe fn line(&self) -> NSUInteger
where Self: Sized + Message { ... }
unsafe fn column(&self) -> NSUInteger
where Self: Sized + Message { ... }
}Available on crate feature
MTLFunctionLog only.