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