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