spinPGMOption

Type Alias spinPGMOption 

Source
pub type spinPGMOption = _spinPGMOption;
Expand description

Options for saving PGM images.

Aliased Type§

#[repr(C)]
pub struct spinPGMOption { pub binaryFile: u8, pub reserved: [u32; 16], }

Fields§

§binaryFile: u8

Whether to save the PPM as a binary file.

§reserved: [u32; 16]

Reserved for future use.