Struct libwebp_sys::WebPMemoryWriter [] [src]

#[repr(C)]
pub struct WebPMemoryWriter { pub mem: *mut u8, pub size: usize, pub max_size: usize, pub pad: [u32; 1], }

Fields

Trait Implementations

impl Debug for WebPMemoryWriter
[src]

[src]

Formats the value using the given formatter.

impl Copy for WebPMemoryWriter
[src]

impl Clone for WebPMemoryWriter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more