#[repr(C, packed(4))]pub struct NodeTonemap {
pub key: f32,
pub offset: f32,
pub gamma: f32,
pub f: f32,
pub m: f32,
pub a: f32,
pub c: f32,
pub type_: i32,
}Fields§
§key: f32§offset: f32§gamma: f32§f: f32§m: f32§a: f32§c: f32§type_: i32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeTonemap
impl GeneratedBlendStruct for NodeTonemap
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeTonemap"
const STRUCT_INDEX: usize = 446usize
const STRUCT_TYPE_INDEX: usize = 584usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeTonemap> for NodeTonemap
Auto Trait Implementations§
impl Freeze for NodeTonemap
impl RefUnwindSafe for NodeTonemap
impl Send for NodeTonemap
impl Sync for NodeTonemap
impl Unpin for NodeTonemap
impl UnwindSafe for NodeTonemap
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