#[repr(C, packed(4))]pub struct NodeImageFile {
pub name: [i8; 1024],
pub im_format: ImageFormatData,
pub sfra: i32,
pub efra: i32,
}Fields§
§name: [i8; 1024]§im_format: ImageFormatData§sfra: i32§efra: i32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeImageFile
impl GeneratedBlendStruct for NodeImageFile
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeImageFile"
const STRUCT_INDEX: usize = 436usize
const STRUCT_TYPE_INDEX: usize = 574usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeImageFile> for NodeImageFile
Auto Trait Implementations§
impl Freeze for NodeImageFile
impl RefUnwindSafe for NodeImageFile
impl Send for NodeImageFile
impl Sync for NodeImageFile
impl Unpin for NodeImageFile
impl UnwindSafe for NodeImageFile
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