Trait objc2_metal::MTLFunctionLogDebugLocation

source ·
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.

Provided Methods§

source

unsafe fn functionName(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

source

unsafe fn URL(&self) -> Option<Retained<NSURL>>
where Self: Sized + Message,

source

unsafe fn line(&self) -> NSUInteger
where Self: Sized + Message,

source

unsafe fn column(&self) -> NSUInteger
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn MTLFunctionLogDebugLocation

source§

const NAME: &'static str = "MTLFunctionLogDebugLocation"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn MTLFunctionLogDebugLocation

Implementations on Foreign Types§

source§

impl<T> MTLFunctionLogDebugLocation for ProtocolObject<T>

Implementors§