#[repr(C, packed(4))]pub struct NodeGeometryImageTexture {
pub interpolation: i32,
pub extension: i32,
}Fields§
§interpolation: i32§extension: i32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeGeometryImageTexture
impl GeneratedBlendStruct for NodeGeometryImageTexture
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeGeometryImageTexture"
const STRUCT_INDEX: usize = 535usize
const STRUCT_TYPE_INDEX: usize = 673usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeGeometryImageTexture> for NodeGeometryImageTexture
Auto Trait Implementations§
impl Freeze for NodeGeometryImageTexture
impl RefUnwindSafe for NodeGeometryImageTexture
impl Send for NodeGeometryImageTexture
impl Sync for NodeGeometryImageTexture
impl Unpin for NodeGeometryImageTexture
impl UnwindSafe for NodeGeometryImageTexture
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