#[repr(C)]pub struct _spinPPMOption {
pub binaryFile: bool8_t,
pub reserved: [c_uint; 16],
}Expand description
Options for saving PPM images. Used in saving PPM images with a call to spinImageSavePpm().
Fields§
§binaryFile: bool8_tWhether to save the PPM as a binary file.
reserved: [c_uint; 16]Reserved for future use.
Trait Implementations§
Source§impl Clone for _spinPPMOption
impl Clone for _spinPPMOption
Source§fn clone(&self) -> _spinPPMOption
fn clone(&self) -> _spinPPMOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _spinPPMOption
impl Debug for _spinPPMOption
impl Copy for _spinPPMOption
Auto Trait Implementations§
impl Freeze for _spinPPMOption
impl RefUnwindSafe for _spinPPMOption
impl Send for _spinPPMOption
impl Sync for _spinPPMOption
impl Unpin for _spinPPMOption
impl UnwindSafe for _spinPPMOption
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more