Struct vkxml::ExternalSync [] [src]

pub struct ExternalSync {
    pub sync: String,
}

Describes instances of implicit external synchronizations. These cannot be captured by the parameters themselves.

Fields

Trait Implementations

impl Debug for ExternalSync
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExternalSync

impl Sync for ExternalSync