#[repr(C, packed(4))]pub struct CryptomatteEntry {
pub next: Pointer<CryptomatteEntry>,
pub prev: Pointer<CryptomatteEntry>,
pub encoded_hash: f32,
pub name: [i8; 64],
pub _pad: [i8; 4],
}Fields§
§next: Pointer<CryptomatteEntry>§prev: Pointer<CryptomatteEntry>§encoded_hash: f32§name: [i8; 64]§_pad: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for CryptomatteEntry
impl GeneratedBlendStruct for CryptomatteEntry
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "CryptomatteEntry"
const STRUCT_INDEX: usize = 484usize
const STRUCT_TYPE_INDEX: usize = 622usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<CryptomatteEntry> for CryptomatteEntry
Auto Trait Implementations§
impl Freeze for CryptomatteEntry
impl RefUnwindSafe for CryptomatteEntry
impl Send for CryptomatteEntry
impl Sync for CryptomatteEntry
impl Unpin for CryptomatteEntry
impl UnwindSafe for CryptomatteEntry
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