Struct fruity__bbqsrc::foundation::NSNull[][src]

#[repr(C)]
pub struct NSNull(_);
Expand description

A singleton object used to represent null values in collection objects that don’t allow nil values.

See documentation.

Implementations

Returns the singleton instance.

See documentation.

Methods from Deref<Target = NSObject<'static>>

Returns this object’s reference count.

This method is only useful for debugging certain objects.

See documentation.

Returns true if this object implements or inherits a method that can respond to a specified message.

See documentation.

Returns true if this object is an instance or subclass of class.

See documentation

Returns true if this object is an instance of class.

See documentation

Returns an integer that can be used as a table address in a hash table structure.

See documentation.

Returns a copy of this object using NSCopying.

See documentation.

Returns a copy of this object using NSMutableCopying.

See documentation.

Returns a string that describes the contents of this object.

See documentation

Returns a string that describes the contents of the receiver for presentation in the debugger.

See documentation

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Returns the Objective-C class that can be used to instantiate a new instance of Self. Read more

Returns the “default value” for a type. Read more

The resulting type after dereferencing.

Dereferences the value.

Increments the object’s retain count and returns a smart pointer that automatically calls release on Drop. Read more

Decrements the object’s retain count. Read more

Casts self into a type-erased Objective-C object.

Returns the class that this object is an instance of.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.