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