Struct lcms2_sys::ffi::SEQ [] [src]

#[repr(C)]
pub struct SEQ { pub n: u32, pub ContextID: Context, pub seq: *mut PSEQDESC, }

Fields

Trait Implementations

impl Copy for SEQ
[src]

impl Clone for SEQ
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SEQ
[src]

Formats the value using the given formatter.