#[repr(C, packed(4))]pub struct NodeColorspill {
pub limchan: i16,
pub unspill: i16,
pub limscale: f32,
pub uspillr: f32,
pub uspillg: f32,
pub uspillb: f32,
}Fields§
§limchan: i16§unspill: i16§limscale: f32§uspillr: f32§uspillg: f32§uspillb: f32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeColorspill
impl GeneratedBlendStruct for NodeColorspill
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeColorspill"
const STRUCT_INDEX: usize = 449usize
const STRUCT_TYPE_INDEX: usize = 587usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeColorspill> for NodeColorspill
Auto Trait Implementations§
impl Freeze for NodeColorspill
impl RefUnwindSafe for NodeColorspill
impl Send for NodeColorspill
impl Sync for NodeColorspill
impl Unpin for NodeColorspill
impl UnwindSafe for NodeColorspill
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