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