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