#[repr(C, packed(4))]pub struct NodeKeyingData {
pub screen_balance: f32,
pub despill_factor: f32,
pub despill_balance: f32,
pub edge_kernel_radius: i32,
pub edge_kernel_tolerance: f32,
pub clip_black: f32,
pub clip_white: f32,
pub dilate_distance: i32,
pub feather_distance: i32,
pub feather_falloff: i32,
pub blur_pre: i32,
pub blur_post: i32,
}Fields§
§screen_balance: f32§despill_factor: f32§despill_balance: f32§edge_kernel_radius: i32§edge_kernel_tolerance: f32§clip_black: f32§clip_white: f32§dilate_distance: i32§feather_distance: i32§feather_falloff: i32§blur_pre: i32§blur_post: i32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeKeyingData
impl GeneratedBlendStruct for NodeKeyingData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeKeyingData"
const STRUCT_INDEX: usize = 472usize
const STRUCT_TYPE_INDEX: usize = 610usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeKeyingData> for NodeKeyingData
Auto Trait Implementations§
impl Freeze for NodeKeyingData
impl RefUnwindSafe for NodeKeyingData
impl Send for NodeKeyingData
impl Sync for NodeKeyingData
impl Unpin for NodeKeyingData
impl UnwindSafe for NodeKeyingData
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