#[repr(C, packed(4))]pub struct NodeCryptomatte_Runtime {
pub layers: ListBase,
pub add: [f32; 3],
pub remove: [f32; 3],
}Fields§
§layers: ListBase§add: [f32; 3]§remove: [f32; 3]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeCryptomatte_Runtime
impl GeneratedBlendStruct for NodeCryptomatte_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeCryptomatte_Runtime"
const STRUCT_INDEX: usize = 486usize
const STRUCT_TYPE_INDEX: usize = 624usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeCryptomatte_Runtime> for NodeCryptomatte_Runtime
Auto Trait Implementations§
impl Freeze for NodeCryptomatte_Runtime
impl RefUnwindSafe for NodeCryptomatte_Runtime
impl Send for NodeCryptomatte_Runtime
impl Sync for NodeCryptomatte_Runtime
impl Unpin for NodeCryptomatte_Runtime
impl UnwindSafe for NodeCryptomatte_Runtime
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