#[repr(C, packed(4))]pub struct ColorBand {
pub tot: i16,
pub cur: i16,
pub ipotype: i8,
pub ipotype_hue: i8,
pub color_mode: i8,
pub _pad: [i8; 1],
pub data: [CBData; 32],
}Fields§
§tot: i16§cur: i16§ipotype: i8§ipotype_hue: i8§color_mode: i8§_pad: [i8; 1]§data: [CBData; 32]Trait Implementations§
Source§impl GeneratedBlendStruct for ColorBand
impl GeneratedBlendStruct for ColorBand
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ColorBand"
const STRUCT_INDEX: usize = 52usize
const STRUCT_TYPE_INDEX: usize = 85usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ColorBand> for ColorBand
Auto Trait Implementations§
impl Freeze for ColorBand
impl RefUnwindSafe for ColorBand
impl Send for ColorBand
impl Sync for ColorBand
impl Unpin for ColorBand
impl UnwindSafe for ColorBand
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