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