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