#[repr(C, packed(4))]pub struct bNodeSocketValueVector {
pub subtype: i32,
pub value: [f32; 3],
pub min: f32,
pub max: f32,
}Fields§
§subtype: i32§value: [f32; 3]§min: f32§max: f32Trait Implementations§
Source§impl GeneratedBlendStruct for bNodeSocketValueVector
impl GeneratedBlendStruct for bNodeSocketValueVector
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bNodeSocketValueVector"
const STRUCT_INDEX: usize = 415usize
const STRUCT_TYPE_INDEX: usize = 553usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bNodeSocketValueVector> for bNodeSocketValueVector
Auto Trait Implementations§
impl Freeze for bNodeSocketValueVector
impl RefUnwindSafe for bNodeSocketValueVector
impl Send for bNodeSocketValueVector
impl Sync for bNodeSocketValueVector
impl Unpin for bNodeSocketValueVector
impl UnwindSafe for bNodeSocketValueVector
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