Struct bedrock::AttachmentDescription [] [src]

pub struct AttachmentDescription(_);

Builder structure to construct the VkAttachmentDescription

Methods

impl AttachmentDescription
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Borrow<AttachmentDescription> for VkAttachmentDescription
[src]

[src]

Immutably borrows from an owned value. Read more

impl BorrowMut<AttachmentDescription> for VkAttachmentDescription
[src]

[src]

Mutably borrows from an owned value. Read more

Auto Trait Implementations