Struct libwebp_sys::WebPDecoderConfig [−][src]
#[repr(C)]pub struct WebPDecoderConfig {
pub input: WebPBitstreamFeatures,
pub output: WebPDecBuffer,
pub options: WebPDecoderOptions,
}Fields
input: WebPBitstreamFeaturesoutput: WebPDecBufferoptions: WebPDecoderOptionsImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebPDecoderConfig
impl !Send for WebPDecoderConfig
impl !Sync for WebPDecoderConfig
impl Unpin for WebPDecoderConfig
impl UnwindSafe for WebPDecoderConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
