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