Enum dae_parser::ImageSource [−][src]
Expand description
A specification of the source of data for an image.
Variants
Data(Box<[u8]>)
The data is provided directly as a byte buffer.
InitFrom(Url)
Tuple Fields
0: Url
A URI that specifies an external image file.
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