Struct gifski::c_api::ARGB8 [] [src]

#[repr(C)]
pub struct ARGB8 { pub a: u8, pub r: u8, pub g: u8, pub b: u8, }

Fields

Trait Implementations

impl Copy for ARGB8
[src]

impl Clone for ARGB8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more