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