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: u8Whether to save the PPM as a binary file.
reserved: [u32; 16]Reserved for future use.