#[repr(C, packed(4))]pub struct Histogram {}Fields§
§channels: i32§x_resolution: i32§data_luma: [f32; 256]§data_r: [f32; 256]§data_g: [f32; 256]§data_b: [f32; 256]§data_a: [f32; 256]§xmax: f32§ymax: f32§mode: i16§flag: i16§height: i32§co: [[f32; 2]; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for Histogram
impl GeneratedBlendStruct for Histogram
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Histogram"
const STRUCT_INDEX: usize = 541usize
const STRUCT_TYPE_INDEX: usize = 363usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<Histogram> for Histogram
Auto Trait Implementations§
impl Freeze for Histogram
impl RefUnwindSafe for Histogram
impl Send for Histogram
impl Sync for Histogram
impl Unpin for Histogram
impl UnwindSafe for Histogram
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