MTLFunctionLogDebugLocation

Trait MTLFunctionLogDebugLocation 

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

Provided Methods§

Source

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

Source

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

Source

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

Source

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. Read more
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§