pub struct ImageBinding<P> where
    P: SharedPointerKind
{ /* private fields */ }

Implementations

Allows for direct access to the item inside this binding, without the Shared wrapper. Returns the previous access type and subresource access which you should use to create a barrier for whatever access is actually being done.

Allows for direct access to the item inside this binding, without the Shared wrapper. Returns the previous access type and subresource access which you should use to create a barrier for whatever access is actually being done.

Allows for direct access to the item inside this binding, without the Shared wrapper. Returns the previous access type and subresource access which you should use to create a barrier for whatever access is actually being done.

Allows for direct access to the item inside this binding, without the Shared wrapper. Returns the previous access type and subresource access which you should use to create a barrier for whatever access is actually being done.

Returns a mutable borrow only if no other clones of this shared item exist.

Creates a new staticlly shared reference to our binding item. You can’t do anything with this shared reference, but you can hold onto it as long as you like. While the reference is held this binding will stay alive. This is useful for tying the lifetime of this binding to something else, such as a command buffer.

Trait Implementations

Performs the conversion.

Formats the value using the given formatter. Read more

Performs the conversion.

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.