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