#[repr(C, packed(4))]pub struct NodeImageMultiFileSocket {
pub use_render_format: i16,
pub use_node_format: i16,
pub save_as_render: i8,
pub _pad1: [i8; 3],
pub path: [i8; 1024],
pub format: ImageFormatData,
pub layer: [i8; 30],
pub _pad2: [i8; 2],
}Fields§
§use_render_format: i16§use_node_format: i16§save_as_render: i8§_pad1: [i8; 3]§path: [i8; 1024]§format: ImageFormatData§layer: [i8; 30]§_pad2: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeImageMultiFileSocket
impl GeneratedBlendStruct for NodeImageMultiFileSocket
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeImageMultiFileSocket"
const STRUCT_INDEX: usize = 438usize
const STRUCT_TYPE_INDEX: usize = 576usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeImageMultiFileSocket> for NodeImageMultiFileSocket
Auto Trait Implementations§
impl Freeze for NodeImageMultiFileSocket
impl RefUnwindSafe for NodeImageMultiFileSocket
impl Send for NodeImageMultiFileSocket
impl Sync for NodeImageMultiFileSocket
impl Unpin for NodeImageMultiFileSocket
impl UnwindSafe for NodeImageMultiFileSocket
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