Enum dae_parser::ImageSource [−][src]
Expand description
A specification of the source of data for an image.
Variants
The data is provided directly as a byte buffer.
InitFrom(Url)
A URI that specifies an external image file.
Tuple Fields of InitFrom
0: Url
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageSource
impl Send for ImageSource
impl Sync for ImageSource
impl Unpin for ImageSource
impl UnwindSafe for ImageSource
Blanket Implementations
Mutably borrows from an owned value. Read more