#[repr(C, packed(4))]pub struct NodeTexImage {
pub base: NodeTexBase,
pub iuser: ImageUser,
pub color_space: i32,
pub projection: i32,
pub projection_blend: f32,
pub interpolation: i32,
pub extension: i32,
pub _pad: [i8; 4],
}Fields§
§base: NodeTexBase§iuser: ImageUser§color_space: i32§projection: i32§projection_blend: f32§interpolation: i32§extension: i32§_pad: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeTexImage
impl GeneratedBlendStruct for NodeTexImage
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeTexImage"
const STRUCT_INDEX: usize = 456usize
const STRUCT_TYPE_INDEX: usize = 594usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeTexImage> for NodeTexImage
Auto Trait Implementations§
impl Freeze for NodeTexImage
impl RefUnwindSafe for NodeTexImage
impl Send for NodeTexImage
impl Sync for NodeTexImage
impl Unpin for NodeTexImage
impl UnwindSafe for NodeTexImage
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