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