[go: up one dir, main page]

Enum gltf::v1::texture::Target [] [src]

pub enum Target {
    Texture2d,
}

Variants

Trait Implementations

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Target
[src]

impl Debug for Target
[src]

Formats the value using the given formatter.

impl PartialEq for Target
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Target
[src]

impl Serialize for Target
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for Target
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Default for Target
[src]

Returns the "default value" for a type. Read more