Struct lcms2_sys::ffi::SEQ
[−]
[src]
#[repr(C)]pub struct SEQ { pub n: u32, pub ContextID: Context, pub seq: *mut PSEQDESC, }
Fields
n: u32
ContextID: Context
seq: *mut PSEQDESC
Trait Implementations
impl Copy for SEQ
[src]
impl Clone for SEQ
[src]
fn clone(&self) -> SEQ
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more