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