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