#[repr(C)]pub struct _spinBMPOption {
pub indexedColor_8bit: bool8_t,
pub reserved: [c_uint; 16],
}Expand description
Options for saving BMP images. Used in saving PPM images with a call to spinImageSaveBmp().
Fields§
§indexedColor_8bit: bool8_t§reserved: [c_uint; 16]Reserved for future use.
Trait Implementations§
Source§impl Clone for _spinBMPOption
impl Clone for _spinBMPOption
Source§fn clone(&self) -> _spinBMPOption
fn clone(&self) -> _spinBMPOption
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 _spinBMPOption
impl Debug for _spinBMPOption
impl Copy for _spinBMPOption
Auto Trait Implementations§
impl Freeze for _spinBMPOption
impl RefUnwindSafe for _spinBMPOption
impl Send for _spinBMPOption
impl Sync for _spinBMPOption
impl Unpin for _spinBMPOption
impl UnwindSafe for _spinBMPOption
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