#[repr(C, packed(4))]pub struct ColorManagedViewSettings {
pub flag: i32,
pub _pad: [i8; 4],
pub look: [i8; 64],
pub view_transform: [i8; 64],
pub exposure: f32,
pub gamma: f32,
pub curve_mapping: Pointer<CurveMapping>,
pub _pad2: Pointer<Void>,
}Fields§
§flag: i32§_pad: [i8; 4]§look: [i8; 64]§view_transform: [i8; 64]§exposure: f32§gamma: f32§curve_mapping: Pointer<CurveMapping>§_pad2: Pointer<Void>Trait Implementations§
Source§impl GeneratedBlendStruct for ColorManagedViewSettings
impl GeneratedBlendStruct for ColorManagedViewSettings
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ColorManagedViewSettings"
const STRUCT_INDEX: usize = 543usize
const STRUCT_TYPE_INDEX: usize = 273usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ColorManagedViewSettings> for ColorManagedViewSettings
Auto Trait Implementations§
impl Freeze for ColorManagedViewSettings
impl RefUnwindSafe for ColorManagedViewSettings
impl Send for ColorManagedViewSettings
impl Sync for ColorManagedViewSettings
impl Unpin for ColorManagedViewSettings
impl UnwindSafe for ColorManagedViewSettings
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