#[repr(C, packed(4))]pub struct NodeCryptomatte {
pub iuser: ImageUser,
pub entries: ListBase,
pub layer_name: [i8; 64],
pub matte_id: Pointer<i8>,
pub num_inputs: i32,
pub _pad: [i8; 4],
pub runtime: NodeCryptomatte_Runtime,
}Fields§
§iuser: ImageUser§entries: ListBase§layer_name: [i8; 64]§matte_id: Pointer<i8>§num_inputs: i32§_pad: [i8; 4]§runtime: NodeCryptomatte_RuntimeTrait Implementations§
Source§impl GeneratedBlendStruct for NodeCryptomatte
impl GeneratedBlendStruct for NodeCryptomatte
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeCryptomatte"
const STRUCT_INDEX: usize = 487usize
const STRUCT_TYPE_INDEX: usize = 625usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeCryptomatte> for NodeCryptomatte
Auto Trait Implementations§
impl Freeze for NodeCryptomatte
impl RefUnwindSafe for NodeCryptomatte
impl Send for NodeCryptomatte
impl Sync for NodeCryptomatte
impl Unpin for NodeCryptomatte
impl UnwindSafe for NodeCryptomatte
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